Last updated 10 months ago
Was this helpful?
Update the list of project tags.
/api/{projectId}/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":[null]}'
{ "success": true, "error": "text" }