ElixirLokaliseApi.TeamUserGroups (ElixirLokaliseApi v3.6.1)

View Source

Team user groups endpoint.

Summary

Functions

Adds members to the given group.

Adds projects to the given group.

Finds a collection of items under the given endpoint.

Creates an item under the given endpoint.

Deletes an item under the given endpoint.

Finds an item under the given endpoint.

Removes members from the given group.

Removes projects from the given group.

Updates an item under the given endpoint.

Functions

add_members(team_id, group_id, data)

Adds members to the given group.

add_projects(team_id, group_id, data)

Adds projects to the given group.

all(parent_id, params \\ [])

Finds a collection of items under the given endpoint.

create(parent_id, data)

Creates an item under the given endpoint.

delete(parent_id, item_id)

Deletes an item under the given endpoint.

find(parent_id, item_id, params \\ [])

Finds an item under the given endpoint.

remove_members(team_id, group_id, data)

Removes members from the given group.

remove_projects(team_id, group_id, data)

Removes projects from the given group.

update(parent_id, item_id, data)

Updates an item under the given endpoint.