Skip to content

Commit

Permalink
Merge branch 'develop' into ID-787-get-user-tos-history
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar authored Nov 27, 2023
2 parents dba05a7 + 938288b commit 949ebef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
<include file="changesets/20230203_last_quota_error.xml" relativeToChangelogFile="true"/>
<include file="changesets/20230328_add_date_columns_to_user.xml" relativeToChangelogFile="true"/>
<include file="changesets/20230929_add_tos_audit_table.xml" relativeToChangelogFile="true"/>
<include file="changesets/20231011_add_tos_audit_table_created_at_pk.xml" relativeToChangelogFile="true"/>
<include file="changesets/20231019_sam_user_attributes_table.xml" relativeToChangelogFile="true"/>
</databaseChangeLog>
7 changes: 7 additions & 0 deletions src/main/resources/swagger/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,7 @@ paths:
get:
tags:
- Terms of Service
deprecated: true
summary: gets terms of service details, including user's accepted version
operationId: getTermsOfServiceDetails
responses:
Expand All @@ -3138,6 +3139,7 @@ paths:
get:
tags:
- Terms of Service
deprecated: true
summary: gets info on whether the user has accepted the latest terms of service and if they can use the system based on that
operationId: getTermsOfServiceComplianceStatus
responses:
Expand Down Expand Up @@ -3179,6 +3181,7 @@ paths:
post:
tags:
- Terms of Service
deprecated: true
summary: accepts terms of service
operationId: acceptTermsOfService
requestBody:
Expand All @@ -3204,6 +3207,7 @@ paths:
delete:
tags:
- Terms of Service
deprecated: true
summary: rejects terms of service
operationId: rejectTermsOfService
responses:
Expand All @@ -3223,6 +3227,7 @@ paths:
get:
tags:
- Terms of Service
deprecated: true
summary: returns whether or not the user has accepted the current terms of service.
operationId: getUserTermsOfServiceStatus
responses:
Expand All @@ -3244,6 +3249,7 @@ paths:
get:
tags:
- Terms of Service
deprecated: true
summary: gets terms of service text
operationId: getTermsOfServiceText
responses:
Expand All @@ -3257,6 +3263,7 @@ paths:
get:
tags:
- Terms of Service
deprecated: true
summary: gets privacy policy text
operationId: getPrivacyPolicyText
responses:
Expand Down

0 comments on commit 949ebef

Please sign in to comment.