cURL
curl --request PATCH \ --url https://app.fastgen.ai/v1/projects/{ProjectId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "Name": "Fastgen.ai" }'
{ "uuid": "a23f3b87-cf68-4db2-966a-22108ca0ab66", "name": "Fastgen", "created_at": "2024-12-18T18:37:03.504781626Z", "updated_at": "2024-12-18T18:37:03.504781626Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object