Skip to content

Commit 8f3174d

Browse files
Copilotymc9
andcommitted
Fix correct typo: change "URL encoded" to "URL-encoded"
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
1 parent 1b4dc31 commit 8f3174d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/service/api-handler/rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ PATCH /:type/:id/relationships/:relationship
843843

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

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

848848
```ts
849849
GET /$procs/:procName?args=<encoded arguments>
@@ -867,7 +867,7 @@ POST /$procs/:procName
867867
#### Examples
868868

869869
```ts
870-
// for arguments `{"userId":1,"limit":10}`
870+
// for arguments `{"userId":1,"limit":10}
871871
GET /$procs/getUserFeeds?args=%7B%22userId%22%3A1%2Climit%3A10%7D
872872
```
873873

0 commit comments

Comments
 (0)