cURL
curl --request PATCH \ --url https://api.spacebring.com/resources/v1/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "resource": { "title": "<string>" } }'
This response does not have an example.
Patch a certain resource.
resources
See our authentication documentation for how to authorize your requests
The id of the resource.
No Content