PUT api/Cursos/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
CursoName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
banner | string |
None. |
|
texto | string |
None. |
|
nome | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "banner": "sample string 2", "texto": "sample string 3", "nome": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.