ApiInvitations
Revoke invitation
Revoke a pending invitation. Only pending invitations can be revoked. Requires ADMIN or OWNER role.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
invitation_id*string
Format
uuidCookie Parameters
access_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/invitations/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Resend invitation
Resend an invitation with a new token and extended expiration. Only pending invitations can be resent. Requires ADMIN or OWNER role.
Bulk sync tools on a LOCAL server
Declarative sync: the client sends the desired tool state, and the gateway creates, updates, or deletes tools to reconcile. All changes are atomic (single transaction). Tool names must be unqualified. Only affects LOCAL-origin tools; script-origin tools are left untouched.
