Skip to content

Update a Branch

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/branches/:branch_id

This endpoint updates a branch using its numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :branch_id required number

    Numeric ID of the branch

curl "https://mapi.storyblok.com/v1/spaces/606/branches/14" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"branch\":{\"name\":\"Branche 123\",\"position\":7,\"source_id\":12345,\"url\":\"https://new_url.com/\"}}"