Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ztroop committed Feb 24, 2024
1 parent 05413ea commit 37494a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Each item in the list represents a configuration for an API endpoint. Each endpo
|`headers`|`None`|Specifies any additional HTTP headers that the response will include. Headers are often used for specifying the content type or for authentication.|
|`data`|`None`|Specifies the response data. It has two keys: `format` and `payload`.|
|`data.format`|`json`|Options: `json`, `xml`, `html`, and `text`.|
|`data.payload`|`null`|Specifies either a string literal or key-value pairs.|
|`data.payload`|`None`|Specifies either a string literal or key-value pairs.|

See [EXAMPLES](./examples/) for a configuration sample.

0 comments on commit 37494a6

Please sign in to comment.