Skip to content

Update Call Blueprint

PATCH
/blueprints/[id]

Update a call blueprint

Authorization

X-Struct-API-Keyheader
string
required

The API Key you generated using the Struct Dashboard.

Request Body

application/json
phoneNumber
string

The phone number to use for the new blueprint

firstName
string

The first name of the callee to use for the new blueprint

lastName
string

The last name of the callee to use for the new blueprint

Example Response

{
"id": "tZQGmzgryez6av",
"firstName": "Lucille",
"lastName": "Austero",
"phoneNumber": "+447123456789",
"createdAt": "2024-04-17T08:59:27.000Z",
"projectId": "[PROJECT ID]"
}