Body
-
Minimum length is
1
.
curl \
--request PATCH 'http://test.api.fygi.store/external/api/age-groups' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string","handle":{"value":"string"},"name":{"value":"string"},"minimalAge":{"value":42}}]'
curl \
--request PATCH 'http://test.api.fygi.store/external/api/age-groups' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PATCH 'http://test.api.fygi.store/external/api/age-groups' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
[
{
"id": "string",
"handle": {
"value": "string"
},
"name": {
"value": "string"
},
"minimalAge": {
"value": 42
}
}
]
[
{
"id": "string",
"handle": {
"value": "string"
},
"name": {
"value": "string"
},
"minimalAge": {
"value": 42
}
}
]
[
{
"id": "string",
"handle": {
"value": "string"
},
"name": {
"value": "string"
},
"minimalAge": {
"value": 42
}
}
]