curl --request PUT \
--url https://api.ctrl-hub.com/v3/scheme-registrations/{scheme_registration_id} \
--header 'Content-Type: application/vnd.api+json' \
--header 'X-Session-Token: <api-key>' \
--data '
{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"attributes": {
"expires_at": "2023-11-07T05:31:56Z"
},
"relationships": {
"skills_register_scheme_categories": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
}
}
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"attributes": {
"expected_by": "2023-11-07T05:31:56Z",
"kind": "does_not_undertake_activity",
"expires_at": "2023-11-07T05:31:56Z",
"risk_status": "none",
"next_check": "2023-11-07T05:31:56Z"
},
"relationships": {
"user": {
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
},
"skills_register_scheme": {
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
},
"skills_register_scheme_categories": {
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
]
}
}
},
"jsonapi": {
"version": "<string>"
}
}Update an existing scheme registration.
curl --request PUT \
--url https://api.ctrl-hub.com/v3/scheme-registrations/{scheme_registration_id} \
--header 'Content-Type: application/vnd.api+json' \
--header 'X-Session-Token: <api-key>' \
--data '
{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"attributes": {
"expires_at": "2023-11-07T05:31:56Z"
},
"relationships": {
"skills_register_scheme_categories": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
}
}
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"attributes": {
"expected_by": "2023-11-07T05:31:56Z",
"kind": "does_not_undertake_activity",
"expires_at": "2023-11-07T05:31:56Z",
"risk_status": "none",
"next_check": "2023-11-07T05:31:56Z"
},
"relationships": {
"user": {
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
},
"skills_register_scheme": {
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
},
"skills_register_scheme_categories": {
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
]
}
}
},
"jsonapi": {
"version": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.ctrl-hub.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token for authentication.
The unique identifier for the scheme registration.
The scheme registration to update.
Show child attributes