v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Storage

Put an document for an id4n

Creating or overwriting an existing document

put/api/v1/documents/{id4n}/{organizationId}

Path parameters

organizationIdstring required

organizationId

id4nstring required

id4n

Response

OK

filenamestring

File Name

mimeTypestring

Mime Type

ownerOrganizationIdstring

The organization's namespace which owns the document

Example response

{
  "filename": "publicInfo.pdf",
  "mimeType": "text/plain",
  "ownerOrganizationId": "de.bluerain",
  "visibility": {
    "public": true,
    "sharedOrganizationIds": [
      "de.acme",
      "com.porsche",
      "de.bluerain"
    ]
  }
}