Storage
Create an document for an id4n
The documents' mime type is suggested on octet-stream data. Otherwise the specified content mime type is used.
post/api/v1/documents/{id4n}/{organizationId}
Path parameters
organizationIdstring required
organizationId
id4nstring required
id4n
Response
OK
Example response
{
"filename": "publicInfo.pdf",
"mimeType": "text/plain",
"ownerOrganizationId": "de.bluerain",
"visibility": {
"public": true,
"sharedOrganizationIds": [
"de.acme",
"com.porsche",
"de.bluerain"
]
}
}