Body

Body

Body

PUT /external/api/age-groups
curl \
 -X PUT http://test.api.fygi.store/external/api/age-groups \
 -H "authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '[{"id":"string","handle":"string","name":"string","minimalAge":42}]'
curl \
 -X PUT http://test.api.fygi.store/external/api/age-groups \
 -H "authorization: $API_KEY" \
 -H "Content-Type: text/json"
curl \
 -X PUT http://test.api.fygi.store/external/api/age-groups \
 -H "authorization: $API_KEY" \
 -H "Content-Type: application/*+json"
Request examples
[
  {
    "id": "string",
    "handle": "string",
    "name": "string",
    "minimalAge": 42
  }
]
Request examples
[
  {
    "id": "string",
    "handle": "string",
    "name": "string",
    "minimalAge": 42
  }
]
Request examples
[
  {
    "id": "string",
    "handle": "string",
    "name": "string",
    "minimalAge": 42
  }
]