Skip to content

Commit

Permalink
Merge pull request #4432 from telefonicaid/fgalan-patch-2
Browse files Browse the repository at this point in the history
FIX typos
  • Loading branch information
mapedraza authored Oct 4, 2023
2 parents 442541c + f53bf07 commit 1f08309
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manuals/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2131,10 +2131,11 @@ For instance:
### Text based payload

If `payload` is used in `httpCustom` or `mqttCustom` the following considerations apply.
Note that only one of the following can be used a the same time: `payload`, `json` or `ngsi.
Note that only one of the following can be used a the same time: `payload`, `json` or `ngsi`.

* [General syntax restrictions](#general-syntax-restrictions) also apply to the `httpCustom.payload`
field in the API operations, such as `POST /v2/subscription` or `GET /v2/subscriptions`. An example
field in the API operations, such as `POST /v2/subscription` or `GET /v2/subscriptions`. However,
at notification time, any URL encoded characters in `payload` is decoded. An example
is shown below.
* `Content-Type` header is set to `text/plain`, except if overwritten by `headers` field

Expand Down

0 comments on commit 1f08309

Please sign in to comment.