Skip to content

Commit

Permalink
Update OutGoingMessageClass.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud4d committed Oct 23, 2024
1 parent 9e9876f commit d80684f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/API/OutGoingMessageClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ The `.headers` property is read-only. To set a header, use the [`setHeader()`](#


<!-- REF #OutGoingMessageClass.setBody().Params -->
|Parameter|Type||Description|
|---|--- |---|------|
|body|any |->|Body of the outgoing message|
<!-- END REF -->

Expand Down Expand Up @@ -137,6 +139,8 @@ If *body* is not of a supported value type, an error is returned.


<!-- REF #OutGoingMessageClass.setHeader().Params -->
|Parameter|Type||Description|
|---|--- |---|------|
|key|Text|->|Header property to set|
|value|Text|->|Value of the header property|
<!-- END REF -->
Expand All @@ -163,6 +167,8 @@ If you set a *value* for the "Content-Type" header *key*, make sure you call thi


<!-- REF #OutGoingMessageClass.setStatus().Params -->
|Parameter|Type||Description|
|---|--- |---|------|
|status|Integer|->|Status to set|
<!-- END REF -->

Expand Down

0 comments on commit d80684f

Please sign in to comment.