We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a23d90 commit 23518a4Copy full SHA for 23518a4
docs/service/api-handler/rest.md
@@ -843,7 +843,7 @@ PATCH /:type/:id/relationships/:relationship
843
844
Custom procedures can be invoked with the special `$procs` resource type.
845
846
-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:
847
848
```ts
849
GET /$procs/:procName?args=<encoded arguments>
0 commit comments