POST/security/external-browser/enable

モバイル版アプリで URL をタップした際、OS の標準ブラウザで開くように設定する。

反映されるまで 5 〜 10 分程度かかります。設定後、しばらくしてアプリを再度開いてください。

Authorization

Authorization

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

security.external-browser

HTTP Request

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

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Request Body

PropertyTypeDescription
domainId integer 

ドメイン 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