You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+4-30Lines changed: 4 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -7860,9 +7860,7 @@ paths:
7860
7860
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
7861
7861
-H "Content-Type: application/json" \
7862
7862
-d '{
7863
-
"name": "Project ABC",
7864
-
"app_use_case": "Your project use case here",
7865
-
"business_website": "https://example.com"
7863
+
"name": "Project ABC"
7866
7864
}'
7867
7865
response:
7868
7866
content: |
@@ -7872,9 +7870,7 @@ paths:
7872
7870
"name": "Project ABC",
7873
7871
"created_at": 1711471533,
7874
7872
"archived_at": null,
7875
-
"status": "active",
7876
-
"app_use_case": "Your project use case here",
7877
-
"business_website": "https://example.com"
7873
+
"status": "active"
7878
7874
}
7879
7875
7880
7876
/organization/projects/{project_id}:
@@ -7955,9 +7951,7 @@ paths:
7955
7951
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
7956
7952
-H "Content-Type: application/json" \
7957
7953
-d '{
7958
-
"name": "Project DEF",
7959
-
"app_use_case": "Your project use case here",
7960
-
"business_website": "https://example.com"
7954
+
"name": "Project DEF"
7961
7955
}'
7962
7956
7963
7957
/organization/projects/{project_id}/archive:
@@ -16133,12 +16127,6 @@ components:
16133
16127
type: string
16134
16128
enum: [active, archived]
16135
16129
description: "`active` or `archived`"
16136
-
app_use_case:
16137
-
type: string
16138
-
description: A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).
16139
-
business_website:
16140
-
type: string
16141
-
description: Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).
16142
16130
required:
16143
16131
- id
16144
16132
- object
@@ -16154,9 +16142,7 @@ components:
16154
16142
"name": "Project example",
16155
16143
"created_at": 1711471533,
16156
16144
"archived_at": null,
16157
-
"status": "active",
16158
-
"app_use_case": "Your project use case here",
16159
-
"business_website": "https://example.com"
16145
+
"status": "active"
16160
16146
}
16161
16147
16162
16148
ProjectListResponse:
@@ -16188,12 +16174,6 @@ components:
16188
16174
name:
16189
16175
type: string
16190
16176
description: The friendly name of the project, this name appears in reports.
16191
-
app_use_case:
16192
-
type: string
16193
-
description: A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).
16194
-
business_website:
16195
-
type: string
16196
-
description: Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).
16197
16177
required:
16198
16178
- name
16199
16179
@@ -16203,12 +16183,6 @@ components:
16203
16183
name:
16204
16184
type: string
16205
16185
description: The updated name of the project, this name appears in reports.
16206
-
app_use_case:
16207
-
type: string
16208
-
description: A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).
16209
-
business_website:
16210
-
type: string
16211
-
description: Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).
0 commit comments