Update with review comments for docs

This commit is contained in:
Maria Shodunke
2025-03-24 18:06:23 +00:00
parent f78647b23b
commit d905b9c68d
3 changed files with 3 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ The response follows the [standard format][], with a successful result containin
- Any of the [universal error types][].
- `badFeature` - The `feature` specified was invalidly formatted, or the server does not know an amendment with that name.
- `noPermission` - The user does not have permission to run the specified command (i.e., `vetoed`).
- `noPermission` - The server does not have permission to run the specified command. For example, this can occur if the request includes admin-only fields that are not allowed, such as the `vetoed` request parameter.
- `reportingUnsupported` - ([Reporting Mode][] servers only) This method is not available in Reporting Mode.
{% raw-partial file="/docs/_snippets/common-links.md" /%}