POST Api/UpdateStory
Request Information
URI Parameters
None.
Body Parameters
Story_tblName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
Heading | string |
None. |
|
Image | string |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "heading": "sample string 2", "image": "sample string 3", "date": "2025-04-29T20:04:17.0875505+05:30" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RapidAPIOfStringName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ "sample string 1", "sample string 2" ] }