Update Variant
put
Path parameters
programTermsAndConditionsIdstringRequired
idstringRequired
programIdstringRequired
Body
namestringOptional
descriptionstring | nullableOptional
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
500
Internal Server Error
put
PUT /public/v1/program/programs/{programId}/terms/{programTermsAndConditionsId}/variants/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"name": "text",
"description": "text"
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-07-25T19:49:52.651Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-07-25T19:49:52.651Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"type": "text",
"assetUrl": "text",
"languageCode": "text",
"name": "text",
"description": "text",
"status": "text",
"filename": "text",
"size": 1,
"contentType": "text",
"programTermsAndConditions": {
"id": "text",
"name": "text"
},
"fileId": "text"
}
Last updated
Was this helpful?