Was this helpful?
#227:
Change request updated 3 months ago
Create a new document in catalog management.
/v1/products/{productId}/documents
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'
{ "markedForDelete": true, "documentId": {}, "fileId": {}, "url": "text", "language": "text", "status": {}, "isDeleted": true, "domainEvents": [] }