Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Feb 13, 2024
1 parent 241f0b1 commit 0ccef05
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 @@ -13,7 +13,7 @@ This application relies on a configuration structure stored on the configured ta
| Column Name | description | required |
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| PartitionKey | string. name of the app and api being monitored, expressed using the format <app_name>-<api_name> | yes |
| RowKey | string. type of the api being monitored | yes |
| RowKey | string. type of the api being monitored. same as `type` | yes |
| url | string. url to be monitored | yes |
| method | string, upper case. method to be used when invoking `url` | yes |
| body | json stringifyied. body of the to be provided during the request. Allowed only when `method` is `PATCH`, `POST`, `DELETE`, `PUT` | no |
Expand Down

0 comments on commit 0ccef05

Please sign in to comment.