Custom fieldsets
Update Custom Fieldset
Updates a Custom Field Set
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
custom_fieldset_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://api.members.dev/v1/custom-fieldsets/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"entity_type": "user",
"name": "string",
"fields": [
{
"id": "string",
"field_definition_id": "string",
"display_order": 0,
"required_override": true,
"hidden_override": true
}
],
"created_at": null,
"updated_at": null
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}