Update Featured Apps Using PATCH

Update Featured Apps Using PATCH

API code: UPDATE-FEATURED-APPS Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
PATCH
https://{api_host}/api/alp/v1/featured-apps
COPY
Request Body

Featured apps to configure.

FeaturedAppRequest of type(s) application/json
Optional
{
    "ids": [
        "string"
    ],
    "intent_modifier": "string"
}
array of string
ids
Optional

ids

string
intent_modifier
Optional

intent_modifier

Possible values are : ADD, REPLACE, REMOVE,
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Page_App_ of type(s) application/json
"Page_App_ Object"
array of object
items
Optional

items

object
page_info
Optional

page_info


Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'