Update a query folder
Updates a query folder's name, color, icon, or sort order, scoped to the caller's vault.
PUT
/api/query-metadata/folders/{folderId}Path parameters
folderIdnumberrequiredPath parameter: folderId
Request
curl
curl -X PUT https://platform.trickest.com/api/query-metadata/folders/{folderId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Updated folder
idstringrequiredvaultIdstringrequiredworkflowIdstringworkspaceIdstringnamestringrequiredcolorstringiconstringsortOrderintegerqueryCountintegercreatedAtstringupdatedAtstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring