メインコンテンツへスキップ
PATCH
Update an organization client association

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string<organization-id>
必須

ID of the organization.

client_id
string<client-id>
必須

ID of the client association to update.

ボディ

use_for_member_access
boolean

Whether this client is used for member access to the organization.

レスポンス

Organization client successfully updated.

client_id
string<client-id>
必須

The identifier of the client associated with the organization.

use_for_member_access
boolean
必須

Whether this client is used for member access to the organization.

client
object

Metadata about the associated client.