provider Projects POST /organization/projects/{project_id}
@utdk/openai /organization/projects/{project_id}
Modifies a project in the organization.
project_id path required
The ID of the project.
string

Try it

Authentication
Configure credentials for OpenAI API
modifyProject
POST/organization/projects/{project_id}

Parameters

required

The ID of the project.

Input

required

The updated name of the project, this name appears in reports.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.modifyProject()