Skip to content

Tag Bulk Association

Terminal window
https://mapi.storyblok.com/v1/spaces/:space-id/tags/bulk_association

Use this endpoint to assign one or multiple tags to one or multiple stories.

  • :space_id required number

    Numeric ID of a space

curl "https://mapi.storyblok.com/v1/spaces/296898/tags/bulk_association" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"tags\":{\"stories\":[{\"story_id\":69934114531566,\"tag_list\":[\"Editor's Choice\",\"Featured\"]}]}}"