#227:
Change request updated 4 months ago
Was this helpful?
Create a new document in catalog management.
Json representation of the document
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/documents' \ --header 'Content-Type: multipart/form-data' \ --form 'document=[object Object]' \ --form 'file=binary'
{ "domainEvents": [], "markedForDelete": true, "documentId": {}, "fileId": {}, "url": "text", "language": "text", "status": {}, "isDeleted": true }