Skip to content

Check Conflict in Release

Check if conflicts exist in a release.

A conflict occurs when a story’s current_version_id differs from its base_version_id, indicating that the story contains changes made after it was added to a release.

GET
https://mapi.storyblok.com/v1/spaces/:space_id/releases/:release_id/conflict_check
  • :space_id required number

    The numeric ID of a space.

  • :release_id required number

    The numeric ID of the release.

  • has_conflicts boolean

    Does the release include content conflicts. Returns true if at least one conflict exists.

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/releases/18/conflict_check" \
-H "Authorization: YOUR_OAUTH_TOKEN"