Update Terms

Update the terms for a product.

PUThttps://api.platform.softwareone.com/public/v1/products/{productId}/terms/{id}
Path parameters
id*string
productId*string
Body
namenullable string
descriptionnullable string
displayOrdernullable integer (int32)
Response

Success

Body
idstring
auditobject
$metaobject
hrefstring
namestring
descriptionnullable string
displayOrderinteger (int32)
statusstring
productobject
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{id}', {
    method: 'PUT',
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify({}),
});
const data = await response.json();
Response
{
  "id": "text",
  "href": "text",
  "name": "text",
  "description": "text",
  "status": "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.