Skip to content
Snippets Groups Projects

Iss #75 - Update lookup to allow for user or email, switch to fetch

Merged Martin Lowe requested to merge malowe/main/75-2 into main
15 files
+ 412
353
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 12
0
@@ -89,6 +89,18 @@ paths:
@@ -89,6 +89,18 @@ paths:
description: Error while retrieving data
description: Error while retrieving data
/eca/lookup:
/eca/lookup:
 
parameters:
 
- name: q
 
in: query
 
description: Query string containing either email or username. Email is only valid for logged in committers/project leads
 
schema:
 
type: string
 
- name: email
 
in: query
 
deprecated: true
 
description: Email is only valid for logged in committers/project leads. For removal at the end of 2024.
 
schema:
 
type: string
get:
get:
operationId: getUserStatus
operationId: getUserStatus
tags:
tags:
Loading