Body
The layout details.
Sample request:
POST /layouts { "name": "Test Layout" }
Get or Set the Layout Name. This property represents the descriptive name of the layout.
curl \
--request POST 'https://api.lwolf.com/authentisign/api/v1/layouts' \
--header "Content-Type: application/json" \
--data '{"name":"string"}'
curl \
--request POST 'https://api.lwolf.com/authentisign/api/v1/layouts' \
--header "Content-Type: text/json"
curl \
--request POST 'https://api.lwolf.com/authentisign/api/v1/layouts' \
--header "Content-Type: application/*+json"
{
"name": "string"
}
{
"name": "string"
}
{
"name": "string"
}
{
"code": 42,
"message": "string",
"details": [
"string"
]
}
{
"code": 42,
"message": "string",
"details": [
"string"
]
}