cURL
curl --request PUT \ --url https://api.veryfront.com/projects/{project_reference}/tools/{tool_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "source_path": "<string>", "source": "<string>", "edit_mode": "structured", "source_only_reasons": [ "<string>" ] }
Updates a structured tool source file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tool identifier
Updated tool document
structured
source_only