Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10053be

Browse files
Revert app use case fields for project
1 parent 60683fc commit 10053be

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
@@ -8021,9 +8021,7 @@ paths:
80218021
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
80228022
-H "Content-Type: application/json" \
80238023
-d '{
8024-
"name": "Project ABC",
8025-
"app_use_case": "Your project use case here",
8026-
"business_website": "https://example.com"
8024+
"name": "Project ABC"
80278025
}'
80288026
response:
80298027
content: |
@@ -8033,9 +8031,7 @@ paths:
80338031
"name": "Project ABC",
80348032
"created_at": 1711471533,
80358033
"archived_at": null,
8036-
"status": "active",
8037-
"app_use_case": "Your project use case here",
8038-
"business_website": "https://example.com"
8034+
"status": "active"
80398035
}
80408036

80418037
/organization/projects/{project_id}:
@@ -8116,9 +8112,7 @@ paths:
81168112
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
81178113
-H "Content-Type: application/json" \
81188114
-d '{
8119-
"name": "Project DEF",
8120-
"app_use_case": "Your project use case here",
8121-
"business_website": "https://example.com"
8115+
"name": "Project DEF"
81228116
}'
81238117

81248118
/organization/projects/{project_id}/archive:
@@ -16452,12 +16446,6 @@ components:
1645216446
type: string
1645316447
enum: [active, archived]
1645416448
description: "`active` or `archived`"
16455-
app_use_case:
16456-
type: string
16457-
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).
16458-
business_website:
16459-
type: string
16460-
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).
1646116449
required:
1646216450
- id
1646316451
- object
@@ -16473,9 +16461,7 @@ components:
1647316461
"name": "Project example",
1647416462
"created_at": 1711471533,
1647516463
"archived_at": null,
16476-
"status": "active",
16477-
"app_use_case": "Your project use case here",
16478-
"business_website": "https://example.com"
16464+
"status": "active"
1647916465
}
1648016466

1648116467
ProjectListResponse:
@@ -16507,12 +16493,6 @@ components:
1650716493
name:
1650816494
type: string
1650916495
description: The friendly name of the project, this name appears in reports.
16510-
app_use_case:
16511-
type: string
16512-
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).
16513-
business_website:
16514-
type: string
16515-
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).
1651616496
required:
1651716497
- name
1651816498

@@ -16522,12 +16502,6 @@ components:
1652216502
name:
1652316503
type: string
1652416504
description: The updated name of the project, this name appears in reports.
16525-
app_use_case:
16526-
type: string
16527-
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).
16528-
business_website:
16529-
type: string
16530-
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).
1653116505
required:
1653216506
- name
1653316507

0 commit comments

Comments
 (0)