Skip to main content
Question

500 Internal Server Error when activating draft object schema via Update Object Schema API

  • April 19, 2026
  • 0 replies
  • 3 views

Forum|alt.badge.img

We already have an active schema for the object type and are trying to create and activate a new schema version.

Steps:

  1. Existing active schema is in use
  2. Created a new draft schema (POST /api/object-schemas)
  3. Configured properties and source mapping successfully
  4. Attempted to activate the draft schema using:

     

    PATCH /api/object-schemas/{id}

    with status = ACTIVE

Result: API returns 500 Internal Server Error
Expected: Draft schema should be activated and replace the current schema