updateMspAdminInvite

PUT https://{{host}}/api/v1/msps/:msp_id/invites/:invite_id

Parameters

NameTypeDescription
hoursintoptional, how long the invite should be valid, default is 1 day, maximum is 1 week.
privilegeslistlist of privileges the admin has on the MSP / Orgs / OrgGroups
scopestringmsp / org / orggroup

Request Body

{"hours"=>24, "privileges"=>[{"scope"=>"org", "org_id"=>"2818e386-8dec-2562-9ede-5b8a0fbbdc71", "role"=>"read"}]}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring