{
"data": {
"id": "FID001",
"type": "AuthenticationOptionLocal",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true
},
"relationships": {}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/authentication-option-local/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "AuthenticationOptionLocal",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true
},
"relationships": {}
}
}'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionLocal",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"type": "local"
},
"relationships": {}
}
}