Update App Settings

POST {{baseUrl}}/apps/:app_id/settings

This endpoint allows you to update App Settings per Salla Store.

The App Settings are custom-made parameters by the Salla App Developer. Read here for more on App Settings.

Request Body

{"email"=>"test@salla.sa", "password"=>"3534543534", "fast_delivery"=>true, "contact_no"=>50}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"app_id":"513499943","app_slug":"allrights","settings":{"email":"test@store.sa","password":"3534543534","fast_delivery":true,"contract_no.":50}}}