Was this helpful?
#227:
Change request updated 3 months ago
Update a product parameter definition.
/v1/products/{productId}/parameters/{id}
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/parameters/{id}' \ --header 'Content-Type: application/json' \ --data '{"group":{},"constraints":{},"options":{}}'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "description": "text", "group": {}, "externalId": "text", "displayOrder": 1, "constraints": {}, "product": {}, "status": "text", "scope": "Agreement", "phase": "Configuration", "type": "SingleLineText", "options": {} }