New: MCP server monitoring is live. Start free
OpenAISchemaBreaking

Required fields added in POST /completions (CreateCompletionRequest): [prompt]

Affected surface
POST /completions
Affected field
CreateCompletionRequest

What changed

Required fields added in POST /completions (CreateCompletionRequest): [prompt] Affected surface: POST /completions. Root cause: schema `CreateCompletionRequest`. Detected at Mon, 19 Jun 2023 21:41:50 UTC UTC.

Diff

{
  "added_required": [
    "prompt"
  ],
  "path": "POST /completions",
  "schema_path": "schema CreateCompletionRequest"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.