Skip to content

Commit a88d22d

Browse files
Merge pull request #94 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents b9ef311 + c50cd3a commit a88d22d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

api.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,15 @@ paths:
806806
- type: object
807807
properties:
808808
permission:
809-
type: string
810-
enum:
811-
- admin
812-
- auditor
809+
oneOf:
810+
- $ref: '#/components/schemas/EnterpriseUserPermission'
811+
- type: array
812+
items:
813+
type: string
814+
enum:
815+
- admin
816+
- auditor
817+
description: 'This type represents the permissions that can be assigned to a user when adding them to an enterprise 1. ''admin'': Add/remove users, Create wallets, Manage enterprise policies, Add Bank Accounts, Receive invitations to wallets 2. ''auditor'': View audit logs across the enterprise, Receive invitations to wallets'
813818
videoIdUser:
814819
type: boolean
815820
invite:

0 commit comments

Comments
 (0)