Validate report name

post/validations/name
Internal-Use Only

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

1No example avaliable

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 ContentThe report name is valid.
400Bad RequestThe report name exceeds the maximum allowed length.Schema
404Not FoundThe folder does not exist.Schema
409ConflictA report with the same name is already a member of the folder.Schema