Skip to content

Update a Tag

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/tags/:id

This endpoint can be used to edit the name of a tag.

  • :space_id required number

    Numeric ID of a space

  • :id required number

    The numeric id of a tag

curl "https://mapi.storyblok.com/v1/spaces/606/stories/2141" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"id\":\"Editor's Choice\",\"tag\":{\"name\":\"Editorial\"}}"