Skip to main content
POST
/
api
/
v1
/
event
/
registration
/
field
/
save
POST /api/v1/event/registration/field/save
curl --request POST \
  --url https://api.scoot.app/api/v1/event/registration/field/save \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "required": true
  }
]
'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "required": true
  }
]
Saves a registration field.

Authorizations

X-API-Key
string
header
required

Query Parameters

socialEventId
string<uuid>
required

Body

application/json
id
integer
name
string
description
string
required
boolean

Response

200 - application/json

OK

id
integer
name
string
description
string
required
boolean