put https://api.swoogo.com/api/v1/reg-types/update/
Log in to see full request history
Response
xxxxxxxxxx
curl --request PUT \
--url https://api.swoogo.com/api/v1/reg-types/update/registrant_type_id \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
13{
"admin_short_name": "",
"capacity": "",
"created_at": "2023-05-17 10:15:53",
"description": null,
"id": 59,
"max_group_size": null,
"min_group_size": null,
"name": "Updated Reg Type Name",
"public_short_name": "",
"sold_out_message": "Sold Out",
"updated_at": "2023-05-17 10:46:52"
}