akamai / httpie-edgegrid

Plugin for httpie to allow edge grid authentication for Akamai
Apache License 2.0
67 stars 22 forks source link

How to use PUT with httpie-edgegrid #21

Closed eannchen closed 2 years ago

eannchen commented 4 years ago

As stated above

echo '{
    "cpcodeId": 123456,
    "cpcodeName": "CPC XYZ",
    "contracts": [
        {
            "contractId": "ctr_004W"
        }
    ],
    "products": [
        {
            "productId": "PPPL::ABC"
        },
        {
            "productId": "AdvSite::Reporter"
        }
    ]
}'  | http PUT --auth-type edgegrid -a default: :/cprg/v1/cpcodes/678263

The command is not a correct usage

robertolopezlopez commented 2 years ago

Hi @eannchen ,

Thank you for creating this github issue. Could you please show us the output of your command, to see how we can help you?

Regards,

Roberto

robertolopezlopez commented 2 years ago

Closing this issue due to inactivity.