Add note to account_objects.md about commandline interface type field.

This commit is contained in:
Oliver Eggert
2022-12-12 21:11:15 -08:00
parent daa2a9b68e
commit 60b690c6b0
3 changed files with 4 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ The request includes the following parameters:
| `limit` | Number | _(Optional)_ The maximum number of objects to include in the results. Must be within the inclusive range `10` to `400` on non-admin connections. The default is `200`. |
| `marker` | [Marker][] | _(Optional)_ Value from a previous paginated response. Resume retrieving data where that response left off. |
**Note:** The commandline interface to the `account_objects` command doesn't accept the `type` field. Use the [json method][] to send the JSON-RPC format request on the commandline instead.
## Response Format
An example of a successful response: