POST/security/external-browser/disable

Enables a URL tapped in the mobile app to open in the in-app browser.

This will take 5-10 minutes.

Authorization

Authorization

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

security.external-browser

HTTP Request

POSThttps://www.worksapis.com/v1.0/security/external-browser/disable

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Request Body

PropertyTypeDescription
domainId integer 

Domain ID


example : 10000001
format : int32 

Request Example

example

1{2  "domainId": 100000013}

Response

HTTP 204

No Content

HTTP 400

Bad Request

HTTP 404

Not Found