POST
/
project
/
{project_id}
curl --request POST \
  --url https://api.basic.tech/project/{project_id} \
  --header 'Content-Type: application/json' \
  --header 'bearerAPIKey: <api-key>' \
  --data '{
  "data": {
    "website": "example.com"
  }
}'

Authorizations

bearerAPIKey
string
header
required

Enter your Bearer token in the format: Bearer <API key>

Path Parameters

project_id
string
required

The ID of the project

Body

application/json
data
object

Response

200
_mintlify/placeholder

successful