cURL
curl --request POST \ --url https://api.hierarch.io/v1/assignment/edit/{company_slug}/{assignment_id}/ \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data '{ "title": "<string>", "description": "<string>", "remarks": "<string>", "product_id": 123 }'
{ "result": "<string>" }
Edit product information
API token provided to your company
This is your company url
Assignment ID
Assignment details to edit
The body is of type object.
object
OK Response
The response is of type object.
Was this page helpful?