Skip to content

Commit 268d35d

Browse files
author
antoniofull
committed
docs: update public docs
1 parent a11c040 commit 268d35d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -149,24 +149,6 @@ Each one of them encapsulates the operations related to it (like listing, updati
149149

150150
- Deletes an image with the given ID
151151

152-
### Teams
153-
154-
#### `teams.get({ id })`
155-
156-
- Gets team information for the given ID
157-
158-
#### `teams.addMembers({ id, members })`
159-
160-
- Add members to a team for the given ID
161-
- `members`: `string` or an `array` and should be the email for the user
162-
- Adding multiple members at once is possible using an array of emails
163-
164-
#### `teams.removeMembers({ id, members })`
165-
166-
- Remove members to a team for the given ID
167-
- `members`: `string` or an `array` and should be the email for the user
168-
- Deleting multiple members at once is possible using an array of emails
169-
170152
### Themes
171153

172154
#### `themes.list({ page, pageSize })`

0 commit comments

Comments
 (0)