Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Refaerds committed Jan 19, 2024
1 parent d555cb6 commit 7e1ffa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ There are no tool-level settings required for this MC.
### Endpoint `String` _required_

`endpoint` specifies the server endpoint URL to which the request should be sent.
`__setting_endpoint` specifies the server endpoint URL to which the request should be sent.

### Method `String` _optional_

`method` specifies the HTTP request method you wish to use. There are three accepted values: `post`, `post urlencoded`, and `get`. If you do not specify the method, it will default to GET.
`__setting_method` specifies the HTTP request method you wish to use. There are three accepted values: `post`, `post urlencoded`, and `get`. If you do not specify the method, it will default to GET.

## 📝 License

Expand Down

0 comments on commit 7e1ffa6

Please sign in to comment.