provider Certificates POST /organization/certificates/{certificate_id}
@utdk/openai /organization/certificates/{certificate_id}
Modify a certificate. Note that only the name can be modified.

Try it

Authentication
Configure credentials for OpenAI API
modifycertificate
POST/organization/certificates/{certificate_id}

Input

required

The updated name for the certificate

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.modifycertificate()