POST
/
api
/
v1
/
drives
{
  "@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": {}
}

Body

The new Drive resource

title
string
owner
string<iri-reference>
Example:

"https://example.com/"

unit
string<iri-reference> | null
Example:

"https://example.com/"

parent
object | null

Response

Drive resource created

@context
@id
string
@type
string
id
integer
title
string
dateCreated
string<date-time>
dateUpdated
string<date-time>
owner
object
media
object | null
unit
object | null
parent
object | null