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
@@ -8021,9 +8021,7 @@ paths:
8021
8021
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
8022
8022
-H "Content-Type: application/json" \
8023
8023
-d '{
8024
-
"name": "Project ABC",
8025
-
"app_use_case": "Your project use case here",
8026
-
"business_website": "https://example.com"
8024
+
"name": "Project ABC"
8027
8025
}'
8028
8026
response:
8029
8027
content: |
@@ -8033,9 +8031,7 @@ paths:
8033
8031
"name": "Project ABC",
8034
8032
"created_at": 1711471533,
8035
8033
"archived_at": null,
8036
-
"status": "active",
8037
-
"app_use_case": "Your project use case here",
8038
-
"business_website": "https://example.com"
8034
+
"status": "active"
8039
8035
}
8040
8036
8041
8037
/organization/projects/{project_id}:
@@ -8116,9 +8112,7 @@ paths:
8116
8112
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
8117
8113
-H "Content-Type: application/json" \
8118
8114
-d '{
8119
-
"name": "Project DEF",
8120
-
"app_use_case": "Your project use case here",
8121
-
"business_website": "https://example.com"
8115
+
"name": "Project DEF"
8122
8116
}'
8123
8117
8124
8118
/organization/projects/{project_id}/archive:
@@ -16452,12 +16446,6 @@ components:
16452
16446
type: string
16453
16447
enum: [active, archived]
16454
16448
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).
16461
16449
required:
16462
16450
- id
16463
16451
- object
@@ -16473,9 +16461,7 @@ components:
16473
16461
"name": "Project example",
16474
16462
"created_at": 1711471533,
16475
16463
"archived_at": null,
16476
-
"status": "active",
16477
-
"app_use_case": "Your project use case here",
16478
-
"business_website": "https://example.com"
16464
+
"status": "active"
16479
16465
}
16480
16466
16481
16467
ProjectListResponse:
@@ -16507,12 +16493,6 @@ components:
16507
16493
name:
16508
16494
type: string
16509
16495
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).
16516
16496
required:
16517
16497
- name
16518
16498
@@ -16522,12 +16502,6 @@ components:
16522
16502
name:
16523
16503
type: string
16524
16504
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).
0 commit comments