Skip to main content
PATCH
/
resources
/
v1
/
{id}
Patch a resource
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>"
  }
}
'
{
  "message": "<string>",
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.spacebring.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Path Parameters

id
string<uuid>
required

The id of the resource.

Body

application/json
resource
object

Response

No Content