bcgov / business-ar

business registry annual report
BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Terms of Use #173

Closed thorwolpert closed 4 weeks ago

thorwolpert commented 1 month ago

Add in the Terms of Service from Auth.

For BAR:

Auth: Get HTML of latest ToS GET:

{{api_url}}/api/v1/documents/termsofuse

Accept TOS PATCH:

URI: {{api_url}}/api/v1/users/@me 
payload: {"termsversion": "{{term_version}}", 
          "istermsaccepted": true}