Skip to main content
POST
/
prop
/
templates
/
{template_id}
/
clone
Clone Template
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/prop/templates/{template_id}/clone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string<uuid>
required

Body

application/json
name
string
required
Required string length: 1 - 120
group_id
string<uuid> | null

Response

Successful Response

The response is of type Response Clone Template Prop Templates Template Id Clone Post · object.