Tenant - Update report parameters in an existing paginated report
Authorizations
Path parameters
reportIdstring · uuidRequired
Expects Id of an existing paginated report
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Body
string[]Optional
Responses
200
Indicates successful modification of report parameter names
400
Bad Request
401
Un-authorized request
500
Server related error
put
PUT /tenants/reports/{reportId}/parameters HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 8
[
"text"
]
{
"message": "Success Message",
"statusCode": 200
}
Last updated