Skip to main content
POST
Gpt Update

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json
index_name
string
required

The index name of the custom GPT model.

genai_app
string
required

The name of the custom GPT model.

summary
string
required

A short liner about the GPT that will be present on the GPT store

description
string
required

A description of the custom GPT model.

apis
string[]
required

List of API names accessible to the custom GPT through GPT actions.

created_by
string | null

The user who created the GPT.

icon
string | null

Base64 string encoding of GPT icon.

instructions
string | null

Instructions for ChatGPT on how to operate the custom GPT model.

gpt_url
StoreURL · object[] | null

GPT url on it's installed appstore platform.

appstore
string[] | null

List of Gen AI appstores available to the custom GPT.

categories
enum<string>[] | null

The type of GPT. private or public

Available options:
Sales,
Marketing,
Product & R&D,
HR,
Operation,
Finance,
Support,
Other
keywords
string[] | null

Integration SEO related tags.

partner_url
string | null

The partner's website URL

config
GPTConfig · object | null

GPT configuration details.

Response

Successful Response