Skip to content

v2.3.2

Compare
Choose a tag to compare
@sei-jmattson sei-jmattson released this 28 Oct 21:40
· 4 commits to main since this release

New API endpoints:

Support for multi-section challenges. Challenges can have multiple sections that are gated by prerequisite scores on preceding sections. To leverage this feature, clients should migrate to the LoadGamespaceChallengeProgress endpoint described in the open-api.

Allows query to determine if user has worker permissions, i.e. can create workspaces or is a member of workspaces. This may be useful if your client wants to hide TM from users that don't work in TM.

Breaking

Role Observer no longer has any other permissions. Creator and Admin roles include Observer permissions. You will likely want to change any Observers to Creators if they have workspace responsibilities.