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