Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced/api/customgpt-schema-for-mainwp-rest-api-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Below, you will find Schema necessary to configure a CustomGPT to work with Main

Please see our [YouTube video](https://youtu.be/wXZD6MD7RUc) for the entire instructions on creating the CustomGPT.

**NOTE:** CustomGPT limits the number of calls that can be used in a schema to 30. So please switch up the calls in the schema below to suit your needs if necessary.
**NOTE:** CustomGPT limits the number of calls that can be used in a schema to 30, so the schema below is a trimmed subset of REST API v2 covering about 30 operations. Swap calls in and out to suit your needs if necessary. If you need the full API surface for your own software, use the complete [OpenAPI specification](https://github.com/ghraw/mainwp/docs/main/api-reference/openapi.yaml) instead.

Copy and paste the following schema into your CustomGPT configuration:

Expand Down
Loading