Organizations
Update an organization
Update an organization's name.
patch/admin/organizations/{organization_id}
Path parameters
organization_idstring required
Organization ID
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Request body
Example request
{
"name": "organization-name"
}Response
The organization was successfully updated.