challenge

This docstring is used by Django Rest Framework

put/challenge/{public_id}/deactivate_member/

Request body

profilestring uuid required

A profile public_id is expected

teamstring uuid

A team public_id is expected

is_activeboolean

Whether profile actively participates in challenge.

While inactive, scores/leaderboard will not be updated but still be visible.

Response

OK

profilestring uuid required

A profile public_id is expected

teamstring uuid

A team public_id is expected

is_activeboolean

Whether profile actively participates in challenge.

While inactive, scores/leaderboard will not be updated but still be visible.

Changes

No recorded changes to this endpoint across all 1 revision of this API.