Update Terms

Update the terms for a product.

put
Path parameters
idstringRequired
productIdstringRequired
Body
namestring | nullableOptional
descriptionstring | nullableOptional
displayOrderinteger · int32 | nullableOptional
Responses
200

OK

application/json
put
PUT /public/v1/catalog/products/{productId}/terms/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "name": "text",
  "description": "text",
  "displayOrder": 1
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-06T09:31:16.056Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-06T09:31:16.056Z",
      "by": "[Circular Reference]"
    },
    "published": {
      "at": "2025-08-06T09:31:16.056Z",
      "by": "[Circular Reference]"
    },
    "pending": {
      "at": "2025-08-06T09:31:16.056Z",
      "by": "[Circular Reference]"
    },
    "unpublished": {
      "at": "2025-08-06T09:31:16.056Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "description": "text",
  "displayOrder": 1,
  "status": "text",
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text"
    },
    "icon": "text",
    "status": "text"
  }
}

Last updated

Was this helpful?