docs: Validate Swagger docs (#1486)

This commit is contained in:
Hayden Welch
2026-02-10 19:35:39 +01:00
committed by GitHub
parent b2e3aac314
commit e7326303cd
9 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -88,7 +88,7 @@
* type: string
* nullable: true
* description: Contact phone number
* example: +1234567890
* example: "+1234567890"
* organization:
* type: string
* nullable: true
@@ -145,6 +145,7 @@
* example: byDefault
* termsType:
* type: string
* enum: [general, extended]
* description: Type of terms applicable to the user based on role
* example: general
* isSsoUser: