Update landing​
PUT
/api/landings/{id}
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
JSON"name": "string","url": "string","type": "string","hosted_content": "string","group_id": 0,"language": "string"
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Landing updated
application/json
JSON"message": "string"
{
 Â
}