Patch Studio

Review AI Documentation Fixes Like Code

Full-screen diff review — deletions in red, additions in teal, metadata for every change block.

Open patches8
Locked24 para
PRs3 pending
API Reference · Create Organization · PATCH-1847
Accept at:

Original

POST /v2/organizations
Body: {
  "workspace_id": "ws_123",
  "name": "Acme Corp"
}

Diff marks

− workspace_id
+ organization_id
? confirm scope v2.6+

Proposed patch

POST /v2/organizations
Body: {
  "organization_id": "org_123",
  "name": "Acme Corp"
}

Collaboration

Tech writer

Confirm whether v2.5 examples should remain in migration guide only.

PM

Yes — v2.5 uses workspace_id; v2.6+ uses organization_id.

Engineer

Python example verified against OpenAPI v2.6.0 schema.

Reason

Parameter renamed in OpenAPI v2.6.0 · release note §3.2

Version

Applies to v2.6+ · v2.5 deprecated

Also affects

Quick Start · SDK Guide · Migration Guide

Accept at word, sentence, or paragraph level · locked paragraphs are never overwritten by future scans.