Update Document

Update document.

PUThttps://api.platform.softwareone.com/public/v1/products/{productId}/documents/{id}
Path parameters
productId*string
id*string
Body
idstring
auditobject
$metaobject
hrefstring
namestring
typestring
descriptionstring
statusstring
filenamenullable string
sizenullable integer (int32)
contentTypestring
urlstring
languagestring
productobject
Response

No Content

Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/documents/{id}', {
    method: 'PUT',
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify({}),
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "detail": "text",
  "instance": "text"
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.

Change request #498: