New: MCP server monitoring is live. Start free
OpenAISchemaBreaking

New required fields added in POST /completions request body: [prompt]

Affected surface
POST /completions request body

What changed

New required fields added in POST /completions request body: [prompt] Affected surface: POST /completions request body. Root cause: endpoint `POST /completions request body`. Detected at Mon, 19 Jun 2023 21:41:50 UTC UTC.

Diff

{
  "added_required": [
    "prompt"
  ],
  "schema_path": "POST /completions request body"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.