Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/service/api-handler/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ PATCH /:type/:id/relationships/:relationship

Custom procedures can be invoked with the special `$procs` resource type.

Use `GET` for query procedures and pass the arguments as a URL encoded object in the `args` query parameter:
Use `GET` for query procedures and pass the arguments as a URL-encoded object in the `args` query parameter:

```ts
GET /$procs/:procName?args=<encoded arguments>
Expand Down