-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: split openapi.json into 5 domain-specific specs #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Add Artist to Account' | ||
| openapi: 'POST /api/accounts/artists' | ||
| openapi: "/api-reference/openapi/accounts.json POST /api/accounts/artists" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Create Account' | ||
| openapi: 'POST /api/accounts' | ||
| openapi: "/api-reference/openapi/accounts.json POST /api/accounts" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Get Account' | ||
| openapi: 'GET /api/accounts/{id}' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/accounts/{id}" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Get Account ID' | ||
| openapi: 'GET /api/accounts/id' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/accounts/id" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Update Account' | ||
| openapi: 'PATCH /api/accounts' | ||
| openapi: "/api-reference/openapi/accounts.json PATCH /api/accounts" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Check Admin Status' | ||
| openapi: 'GET /api/admins' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Coding Agent Slack Tags (Admin)' | ||
| openapi: 'GET /api/admins/coding/slack' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/coding/slack" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Get Coding Agent PR Merged Status (Admin)' | ||
| openapi: 'GET /api/admins/coding/pr' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/coding/pr" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Content Agent Slack Tags (Admin)' | ||
| openapi: 'GET /api/admins/content/slack' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/content/slack" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Account Emails (Admin)' | ||
| openapi: 'GET /api/admins/emails' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/emails" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Privy Logins (Admin)' | ||
| openapi: 'GET /api/admins/privy' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/privy" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Org Repo Stats (Admin)' | ||
| openapi: 'GET /api/admins/sandboxes/orgs' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/sandboxes/orgs" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Account Sandboxes (Admin)' | ||
| openapi: 'GET /api/admins/sandboxes' | ||
| openapi: "/api-reference/openapi/accounts.json GET /api/admins/sandboxes" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Scraper Results' | ||
| openapi: 'GET /api/apify/scraper' | ||
| openapi: "/api-reference/openapi/social.json GET /api/apify/scraper" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Artist Profile | ||
| openapi: GET /api/artist-profile | ||
| openapi: "/api-reference/openapi/releases.json GET /api/artist-profile" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Artist Segments | ||
| openapi: GET /api/artist/segments | ||
| openapi: "/api-reference/openapi/releases.json GET /api/artist/segments" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Artist Socials | ||
| openapi: GET /api/artist/socials | ||
| openapi: "/api-reference/openapi/releases.json GET /api/artist/socials" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Create Artist' | ||
| openapi: 'POST /api/artists' | ||
| openapi: "/api-reference/openapi/releases.json POST /api/artists" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Get Artists' | ||
| openapi: 'GET /api/artists' | ||
| openapi: "/api-reference/openapi/releases.json GET /api/artists" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: "Get Chat Artist" | ||
| openapi: GET /api/chats/{id}/artist | ||
| openapi: "/api-reference/openapi/research.json GET /api/chats/{id}/artist" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Chats | ||
| openapi: GET /api/chats | ||
| openapi: "/api-reference/openapi/research.json GET /api/chats" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Compact Chats' | ||
| openapi: 'POST /api/chats/compact' | ||
| openapi: "/api-reference/openapi/research.json POST /api/chats/compact" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: "Copy Chat Messages" | ||
| openapi: POST /api/chats/{id}/messages/copy | ||
| openapi: "/api-reference/openapi/research.json POST /api/chats/{id}/messages/copy" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: "Delete Trailing Chat Messages" | ||
| openapi: "DELETE /api/chats/{id}/messages/trailing" | ||
| openapi: "/api-reference/openapi/research.json DELETE /api/chats/{id}/messages/trailing" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Chat Messages | ||
| openapi: GET /api/chats/{id}/messages | ||
| openapi: "/api-reference/openapi/research.json GET /api/chats/{id}/messages" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: "Get Chat Segment" | ||
| openapi: GET /api/chats/{id}/segment | ||
| openapi: "/api-reference/openapi/research.json GET /api/chats/{id}/segment" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Comments | ||
| openapi: GET /api/comments | ||
| openapi: "/api-reference/openapi/social.json GET /api/comments" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Authorize Connector' | ||
| openapi: 'POST /api/connectors' | ||
| openapi: "/api-reference/openapi/social.json POST /api/connectors" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Disconnect Connector' | ||
| openapi: 'DELETE /api/connectors' | ||
| openapi: "/api-reference/openapi/social.json DELETE /api/connectors" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Connectors' | ||
| openapi: 'GET /api/connectors' | ||
| openapi: "/api-reference/openapi/social.json GET /api/connectors" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Task Callback' | ||
| openapi: 'POST /api/content-agent/callback' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content-agent/callback" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Slack Webhook' | ||
| openapi: 'POST /api/content-agent/{platform}' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content-agent/{platform}" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Analyze Video' | ||
| openapi: 'POST /api/content/analyze' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/analyze" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Create Content' | ||
| openapi: 'POST /api/content/create' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/create" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Edit Content' | ||
| openapi: 'PATCH /api/content' | ||
| openapi: "/api-reference/openapi/content.json PATCH /api/content" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Estimate Cost' | ||
| openapi: 'GET /api/content/estimate' | ||
| openapi: "/api-reference/openapi/content.json GET /api/content/estimate" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Generate Caption' | ||
| openapi: 'POST /api/content/caption' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/caption" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Generate Image' | ||
| openapi: 'POST /api/content/image' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/image" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Generate Video' | ||
| openapi: 'POST /api/content/video' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/video" | ||
| --- | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Get Template Detail' | ||
| openapi: 'GET /api/content/templates/{id}' | ||
| openapi: "/api-reference/openapi/content.json GET /api/content/templates/{id}" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'List Templates' | ||
| openapi: 'GET /api/content/templates' | ||
| openapi: "/api-reference/openapi/content.json GET /api/content/templates" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Transcribe Audio' | ||
| openapi: 'POST /api/content/transcribe' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/transcribe" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Upscale Content' | ||
| openapi: 'POST /api/content/upscale' | ||
| openapi: "/api-reference/openapi/content.json POST /api/content/upscale" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Validate Artist' | ||
| openapi: 'GET /api/content/validate' | ||
| openapi: "/api-reference/openapi/content.json GET /api/content/validate" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: Get Artist Fans | ||
| openapi: GET /api/fans | ||
| openapi: "/api-reference/openapi/releases.json GET /api/fans" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Generate Image' | ||
| openapi: 'GET /api/image/generate' | ||
| openapi: "/api-reference/openapi/content.json GET /api/image/generate" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Comments' | ||
| openapi: 'GET /api/instagram/comments' | ||
| openapi: "/api-reference/openapi/social.json GET /api/instagram/comments" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Profiles' | ||
| openapi: 'GET /api/instagram/profiles' | ||
| openapi: "/api-reference/openapi/social.json GET /api/instagram/profiles" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| --- | ||
| title: 'Send Notification' | ||
| openapi: 'POST /api/notifications' | ||
| openapi: "/api-reference/openapi/accounts.json POST /api/notifications" | ||
| --- |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: recoupable/docs
Length of output: 127
🌐 Web query:
Mintlify docs: Isopenapi: "/api-reference/openapi/.json METHOD /path"a supported API reference MDX frontmatter format, or should it remainopenapi: "METHOD /path"when usingopenapi.source+directoryin docs config?💡 Result:
Yes—Mintlify supports prefixing the operation with an OpenAPI file path in MDX frontmatter:
openapi: "/path/to/spec.json GET /users"(useful when you have multiple specs or need to disambiguate). [1]openapi: "GET /endpoint"(when Mintlify can resolve the operation against the default/available spec context). [2]Using
api.openapiindocs.json(including the{ source, directory }form) defines what specs are available, but it doesn’t make the “<spec>.json METHOD /path” form invalid—include the spec path when you need to target a specific spec; otherwise keep it asMETHOD /path. [1] [3]Update
openapifrontmatter format to match repo conventionThe current format
openapi: "/api-reference/openapi/content.json POST /api/content/video"works and references resolve correctly, but it deviates from the established repo guideline requiringopenapi: 'METHOD /path'(without the spec file path prefix). Standardize to the documented format to maintain consistency across the codebase.🤖 Prompt for AI Agents