PUT api/GrammarBasic/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
basic_grammarName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
title | string |
Required String length: inclusive between 0 and 100 |
|
description | string |
Required |
|
example | string |
Required |
|
publication_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "title": "sample string 2", "description": "sample string 3", "example": "sample string 4", "publication_date": "2025-06-16T07:20:51.940839-05:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.