Body
-
Minimum length is
1
. -
value string | null
curl \
--request PUT http://test.api.fygi.store/external/api/discount-codes \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string","value":"string"}]'
curl \
--request PUT http://test.api.fygi.store/external/api/discount-codes \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT http://test.api.fygi.store/external/api/discount-codes \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
[
{
"id": "string",
"value": "string"
}
]
[
{
"id": "string",
"value": "string"
}
]
[
{
"id": "string",
"value": "string"
}
]
{
"id": 42,
"value": "string"
}
{
"id": 42,
"value": "string"
}