Validate report name

post/validations/name

Ensures that the name does not exceed the maximum length and, if parentFolderUri is provided, that a report with the name can be added as a member without conflict. The validation does not check whether or not the user can actually add a report with the given name to the folder.

Request Samples

1

Response Samples

1Not Available

Query Parameters

NameTypeRequiredDescription
parentFolderUri
string<uri>
true

The URI of the parent folder of the report.

value
string
true

The report name in url-encoded format.

Responses

StatusMeaningDescription
204No Content

The report name is valid.

400Bad Request

The report name exceeds the maximum allowed length.

Schema
404Not Found

The folder does not exist.

Schema
409Conflict

A report with the same name is already a member of the folder.

Schema