Skip to content

Commit

Permalink
updated spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed Apr 20, 2024
1 parent 4460224 commit 3054978
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api-specs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ security:
- bearerAuth: []
paths:
/api/login:
$ref: paths/api_login.yaml
$ref: paths/auth/api_login.yaml
/oauth/access_token:
$ref: paths/oauth_access_token.yaml
$ref: paths/auth/oauth_access_token.yaml
/createUser:
$ref: paths/createUser.yaml
$ref: paths/users/createUser.yaml
/updateUser:
$ref: paths/updateUser.yaml
$ref: paths/users/updateUser.yaml
/uploadUserRequest:
$ref: paths/uploadUserRequest.yaml
/getUser:
$ref: paths/getUser.yaml
$ref: paths/users/getUser.yaml
/user:
$ref: paths/user.yaml
$ref: paths/users/user.yaml
/addremoveuserfromrole:
$ref: paths/addremoveuserfromrole.yaml
/getAccessDetailsForUser:
Expand Down

0 comments on commit 3054978

Please sign in to comment.