POST /api/report_templates/1007981709-report_template6/clone
{
"report_template": {
"name": ""
}
}
422
{
"error": {
"id": null,
"errors": {
"name": [
"can't be blank"
]
},
"full_messages": [
"Name can't be blank"
]
}
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Validations:
|
|
report_template required |
Validations:
|
|
report_template[name] required |
template name Validations:
|