diff --git a/docs/docs.go b/docs/docs.go index 8e83893..4b33feb 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -707,12 +707,6 @@ const docTemplate = `{ ], "summary": "Complete email verification", "parameters": [ - { - "type": "string", - "description": "Brave services key (if one is configured)", - "name": "Brave-Key", - "in": "header" - }, { "description": "Verify completion params", "name": "request", @@ -758,7 +752,7 @@ const docTemplate = `{ "text/html" ], "tags": [ - "Debugging" + "Development" ], "summary": "Display default verification completion frontend", "responses": { @@ -778,7 +772,7 @@ const docTemplate = `{ "text/html" ], "tags": [ - "Debugging" + "Development" ], "summary": "View sent emails in LocalStack SES", "responses": { @@ -926,10 +920,6 @@ const docTemplate = `{ "clientMac": { "description": "Client MAC of KE3", "type": "string" - }, - "sessionName": { - "description": "Optional name for the new session", - "type": "string" } } }, diff --git a/docs/swagger.json b/docs/swagger.json index f28093c..ada52a5 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -697,12 +697,6 @@ ], "summary": "Complete email verification", "parameters": [ - { - "type": "string", - "description": "Brave services key (if one is configured)", - "name": "Brave-Key", - "in": "header" - }, { "description": "Verify completion params", "name": "request", @@ -748,7 +742,7 @@ "text/html" ], "tags": [ - "Debugging" + "Development" ], "summary": "Display default verification completion frontend", "responses": { @@ -768,7 +762,7 @@ "text/html" ], "tags": [ - "Debugging" + "Development" ], "summary": "View sent emails in LocalStack SES", "responses": { @@ -916,10 +910,6 @@ "clientMac": { "description": "Client MAC of KE3", "type": "string" - }, - "sessionName": { - "description": "Optional name for the new session", - "type": "string" } } }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index f0cf7d8..3af8f5d 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -5,9 +5,6 @@ definitions: clientMac: description: Client MAC of KE3 type: string - sessionName: - description: Optional name for the new session - type: string required: - clientMac type: object @@ -749,10 +746,6 @@ paths: - application/json description: Completes the email verification process parameters: - - description: Brave services key (if one is configured) - in: header - name: Brave-Key - type: string - description: Verify completion params in: body name: request @@ -793,7 +786,7 @@ paths: type: string summary: Display default verification completion frontend tags: - - Debugging + - Development /v2/verify/email_viewer: get: description: Retrieves and displays emails sent through LocalStack SES endpoint @@ -810,7 +803,7 @@ paths: type: string summary: View sent emails in LocalStack SES tags: - - Debugging + - Development /v2/verify/init: post: consumes: