cURL
curl --request PATCH \ --url https://{baseUrl}/{version}/projects/{projectId} \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>' \ --data '{ "rateLimit": 123 }'
{ "id": "<string>", "projectName": "<string>", "apiKey": "<string>", "rateLimit": 123, "status": "CREATING" }
Configure an existing project
Admin API Key.
Project ID.
Updated project.
Project name.
Project API key.
Rate limit.
Status
CREATING
ACTIVE
DELETING