PUT api/Values/Put/{id}
“Put”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | “id”的文档。 |
Define this parameter in the request URI. |
value | “value”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.