Modify project
POST
https://api.openai.com/v1/organization/projects/proj_abcModifies a project in the organization.
Request
Header Params
Authorization
string
required
Example:
Bearer $OPENAI_ADMIN_KEY
Content-Type
string
required
Example:
application/json
Body Params application/json
name
string
required
The updated name of the project, this name appears in reports.
Example
{
"name": "Project DEF"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 months ago