Update Tags

Update the list of project tags.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/tags \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"tags":["string"]}'

Last updated

Was this helpful?