FeedURI_Update
#
Description#
This function updates a URI for a feed.
Request Parameters#
Parameter |
Type | Description |
---|---|---|
uri_id uri edit_id |
Number String String |
The id number of the uri Relative URI Path Relative URI Path |
status |
Number | The status response number for the URI |
canonical |
Boolean | Boolean value indicating if the URI is canonical |
uri |
String | The relative path for the URI being inserted |
Response Parameters#
Parameter |
Type | Description |
---|---|---|
success |
Boolean | Boolean value indicating if the API request was successful |
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "FeedURI_Update",
"URI_ID": 146,
"Status": 200,
"Canonical": 0,
"URI": "/feed_some_productses.html"
}
Example Response#
{
"success": 1
}