updateMspAdminInvite
PUT https://{{host}}/api/v1/msps/:msp_id/invites/:invite_id
Parameters
Name | Type | Description |
---|
hours | int | optional, how long the invite should be valid, default is 1 day, maximum is 1 week. |
privileges | list | list of privileges the admin has on the MSP / Orgs / OrgGroups |
scope | string | msp / org / orggroup |
Request Body
{"hours"=>24, "privileges"=>[{"scope"=>"org", "org_id"=>"2818e386-8dec-2562-9ede-5b8a0fbbdc71", "role"=>"read"}]}
Key | Datatype | Required | Description |
---|
Accept | string | | |
X-CSRFToken | string | | |
Content-Type | string | | |