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' \
  --data '[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "required": true
  }
]'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "required": true
  }
]
Saves a registration field.

Query Parameters

socialEventId
string<uuid>
required

Body

application/json · object[]
id
integer
name
string
description
string
required
boolean

Response

200 - application/json

OK

id
integer
name
string
description
string
required
boolean
I