Update a solution.
Update a solution's name, description, color, or icon.
PUT
/api/solutions/{solutionId}Path parameters
solutionIdnumberrequiredPath parameter: solutionId
Body
namestringdescriptionstringcolorobjecticonobjectRequest
curl
curl -X PUT https://platform.trickest.com/api/solutions/{solutionId} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Updated solution
idstringrequirednamestringrequireddescriptionstringiconstringcolorstringspacestringworkflow_idstringis_publicbooleanauthorstringtagsstring[]created_datestringmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring