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.
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The report name is valid. | ||
400 | Bad Request | The report name exceeds the maximum allowed length. | Schema | |
404 | Not Found | The folder does not exist. | Schema | |
409 | Conflict | A report with the same name is already a member of the folder. | Schema |