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