Skip to content
Snippets Groups Projects

Badge Award API HowTo

Merged herget requested to merge herget-badge-api into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -140,7 +140,9 @@ A user can go to his profile (`/<conference_slug>/me`) and redeem a token in "My
A url is available to auto-fill in the token input field: `/<conference_slug>/me/redeem_badge/<redeem_token>`.
When a user redeems a badge via the frontend, it is automatically accepted and set to private on his profile.
When a user redeems a badge via his profile, it is automatically accepted and set to private on their profile.
![]( img/badgeDokuFrontend1.png)
###### Automaticly assign a badge to a user via the API
An API is provided to automatically assign a badge to an user. These badges need to be accepted by the user (`/<conference_slug>/me/manage_badges`).
@@ -180,4 +182,4 @@ There is separate documentation for channels and connected questions: [c3voc.de/
In case of questions regarding streams please contact:
recommended: IRC, #voc-lounge im Hackint.eu
possible: [voc@c3voc.de](mailto:voc@c3voc.de)
\ No newline at end of file
Loading