View Source ElixirLokaliseApi.TeamUserGroups (ElixirLokaliseApi v3.1.0)

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

Link to this function

add_members(team_id, group_id, data)

View Source

Adds members to the given group.

Link to this function

add_projects(team_id, group_id, data)

View Source

Adds projects to the given group.

Link to this function

all(parent_id, params \\ [])

View Source

Finds a collection of items under the given endpoint.

Creates an item under the given endpoint.

Link to this function

delete(parent_id, item_id)

View Source

Deletes an item under the given endpoint.

Link to this function

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

View Source

Finds an item under the given endpoint.

Link to this function

remove_members(team_id, group_id, data)

View Source

Removes members from the given group.

Link to this function

remove_projects(team_id, group_id, data)

View Source

Removes projects from the given group.

Link to this function

update(parent_id, item_id, data)

View Source

Updates an item under the given endpoint.