Skip to content
Start here

Apps

List Apps
client.MagicTransit.Apps.List(ctx, query) (*SinglePage[AppListResponse], error)
GET/accounts/{account_id}/magic/apps
Create a new App
client.MagicTransit.Apps.New(ctx, params) (*AppNewResponse, error)
POST/accounts/{account_id}/magic/apps
Update an App
client.MagicTransit.Apps.Update(ctx, accountAppID, params) (*AppUpdateResponse, error)
PUT/accounts/{account_id}/magic/apps/{account_app_id}
Update an App
client.MagicTransit.Apps.Edit(ctx, accountAppID, params) (*AppEditResponse, error)
PATCH/accounts/{account_id}/magic/apps/{account_app_id}
Delete Account App
client.MagicTransit.Apps.Delete(ctx, accountAppID, body) (*AppDeleteResponse, error)
DELETE/accounts/{account_id}/magic/apps/{account_app_id}