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