curl --request PATCH \
--url https://api.synthbrew.com/api/public/v1/projects/{projectId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"icon": "<string>"
}
'curl --request PATCH \
--url https://api.synthbrew.com/api/public/v1/projects/{projectId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"icon": "<string>"
}
'Team API key created under /api/api-keys. Prefix: sb_api_.
Project UUID in the team associated with the API key.