Last updated 11 months ago
Was this helpful?
Update the list of project tags.
Project ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/tags' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "tags": [ "text" ] }'
{ "success": true, "error": "text" }