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>"
}

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