{
"data": {
"type": "AuthenticationOptionLti1p3",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"type": "lti_1p3",
"issuer": "string",
"clientId": "string",
"deploymentId": "string",
"jwksUrl": "http://example.com",
"oidcAuthUrl": "http://example.com",
"authTokenUrl": "string"
},
"relationships": {}
}
}
curl --location --request POST 'https://api.synap.ac/v3/authentication-option-lti-1p3' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "AuthenticationOptionLti1p3",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"type": "lti_1p3",
"issuer": "string",
"clientId": "string",
"deploymentId": "string",
"jwksUrl": "http://example.com",
"oidcAuthUrl": "http://example.com",
"authTokenUrl": "string"
},
"relationships": {}
}
}'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionLti1p3",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"type": "lti_1p3",
"issuer": "string",
"clientId": "string",
"deploymentId": "string",
"jwksUrl": "http://example.com",
"oidcAuthUrl": "http://example.com",
"authTokenUrl": "string"
},
"relationships": {}
}
}