Skip to content

update on docs and add 403 error page#100

Merged
duharry0915 merged 1 commit intomainfrom
updateDraftAPI
Mar 10, 2026
Merged

update on docs and add 403 error page#100
duharry0915 merged 1 commit intomainfrom
updateDraftAPI

Conversation

@duharry0915
Copy link
Collaborator

@duharry0915 duharry0915 commented Mar 10, 2026

Summary by cubic

Adds a new knowledge base page for API 403 errors and updates the docs navigation. Cleans up the drafts API schema by removing unused thread references.

  • New Features

    • Added "API 403 error" KB page with common causes and fixes.
    • Linked the page in docs under Troubleshooting with a ban icon.
  • Refactors

    • Removed threads import from fern/definition/drafts.yml.
    • Removed thread_id from Draft and DraftItem types.

Written for commit 2a58fe3. Summary will update on new commits.

@github-actions
Copy link

✨ API Changes

# API Changelog n/a vs. n/a

## GET /v0/drafts
- :warning: removed the required property 'drafts/items/thread_id' from the response with the '200' status


## GET /v0/drafts/{draft_id}
- :warning: removed the required property 'thread_id' from the response with the '200' status


## GET /v0/inboxes/{inbox_id}/drafts
- :warning: removed the required property 'drafts/items/thread_id' from the response with the '200' status


## POST /v0/inboxes/{inbox_id}/drafts
- :warning: removed the required property 'thread_id' from the response with the '200' status


## GET /v0/inboxes/{inbox_id}/drafts/{draft_id}
- :warning: removed the required property 'thread_id' from the response with the '200' status


## PATCH /v0/inboxes/{inbox_id}/drafts/{draft_id}
- :warning: removed the required property 'thread_id' from the response with the '200' status


## GET /v0/pods/{pod_id}/drafts
- :warning: removed the required property 'drafts/items/thread_id' from the response with the '200' status


## GET /v0/pods/{pod_id}/drafts/{draft_id}
- :warning: removed the required property 'thread_id' from the response with the '200' status

💡 Download api-changelog-diff artifact or tag @fern Writer in #github-prs for changelog.

@github-actions
Copy link

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

@duharry0915 duharry0915 merged commit 30da85a into main Mar 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant