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 1b4dc31 commit 8f3174dCopy full SHA for 8f3174d
1 file changed
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>
@@ -867,7 +867,7 @@ POST /$procs/:procName
867
#### Examples
868
869
870
-// for arguments `{"userId":1,"limit":10}`
+// for arguments `{"userId":1,"limit":10}
871
GET /$procs/getUserFeeds?args=%7B%22userId%22%3A1%2Climit%3A10%7D
872
```
873
0 commit comments