PATCH
/
api
/
v1
/
drives
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "title": "<string>",
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateUpdated": "2023-11-07T05:31:56Z",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "logo": "<string>"
  },
  "media": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "size": 123,
    "entityId": 123,
    "contentUrl": "<string>",
    "type": "<string>",
    "mimeType": "<string>"
  },
  "unit": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>"
  },
  "isTenantFeatured": true,
  "parent": {}
}

Path Parameters

id
string
required

Drive identifier

Body

application/merge-patch+json

The updated Drive resource

Response

200
application/ld+json

Drive resource updated