Skip to content

Commit 0120152

Browse files
Revert app use case fields for project
1 parent 2ffa9e3 commit 0120152

File tree

1 file changed

+4
-30
lines changed

1 file changed

+4
-30
lines changed

openapi.yaml

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7860,9 +7860,7 @@ paths:
78607860
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
78617861
-H "Content-Type: application/json" \
78627862
-d '{
7863-
"name": "Project ABC",
7864-
"app_use_case": "Your project use case here",
7865-
"business_website": "https://example.com"
7863+
"name": "Project ABC"
78667864
}'
78677865
response:
78687866
content: |
@@ -7872,9 +7870,7 @@ paths:
78727870
"name": "Project ABC",
78737871
"created_at": 1711471533,
78747872
"archived_at": null,
7875-
"status": "active",
7876-
"app_use_case": "Your project use case here",
7877-
"business_website": "https://example.com"
7873+
"status": "active"
78787874
}
78797875

78807876
/organization/projects/{project_id}:
@@ -7955,9 +7951,7 @@ paths:
79557951
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
79567952
-H "Content-Type: application/json" \
79577953
-d '{
7958-
"name": "Project DEF",
7959-
"app_use_case": "Your project use case here",
7960-
"business_website": "https://example.com"
7954+
"name": "Project DEF"
79617955
}'
79627956

79637957
/organization/projects/{project_id}/archive:
@@ -16133,12 +16127,6 @@ components:
1613316127
type: string
1613416128
enum: [active, archived]
1613516129
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).
1614216130
required:
1614316131
- id
1614416132
- object
@@ -16154,9 +16142,7 @@ components:
1615416142
"name": "Project example",
1615516143
"created_at": 1711471533,
1615616144
"archived_at": null,
16157-
"status": "active",
16158-
"app_use_case": "Your project use case here",
16159-
"business_website": "https://example.com"
16145+
"status": "active"
1616016146
}
1616116147

1616216148
ProjectListResponse:
@@ -16188,12 +16174,6 @@ components:
1618816174
name:
1618916175
type: string
1619016176
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).
1619716177
required:
1619816178
- name
1619916179

@@ -16203,12 +16183,6 @@ components:
1620316183
name:
1620416184
type: string
1620516185
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).
1621216186
required:
1621316187
- name
1621416188

0 commit comments

Comments
 (0)