Skip to content

Commit

Permalink
fix(jans-config-api): rectified endpoint url in swagger spec for uma …
Browse files Browse the repository at this point in the history
…resource (#1965)

* bug(jans-config-api): fixed swagger format issue

* fix(jans-config-api): fixed due to couchbase clustter change

* feat(jans-config-api): new endpoint to get UmaResource based on associatedClient

* fix(jans-config-api): swagger spec fix for client attributes

* fix(jans-config-api): reverted the local test properties

* test(jans-config-api): commented test case

* feat(jans-config-api): scim config endpoint enhancment

* feat(jans-config-api): swagger and DTO change for new fields for scim config endpoint

* feat(jans-config-api): swagger and DTO change for new fields for scim config endpoint

* fix(jans-config-api): rectified endpoint url in swagger spec for uma resource
  • Loading branch information
pujavs authored Aug 1, 2022
1 parent 49f2d37 commit 0dc3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2169,7 +2169,7 @@ paths:
description: Internal Server Error
security:
- oauth2: [https://jans.io/oauth/config/uma/resources.readonly]
/jans-config-api/api/v1/uma/resources/{clientId}:
/jans-config-api/api/v1/uma/resources/clientId/{clientId}:
parameters:
- name: clientId
in: path
Expand Down

0 comments on commit 0dc3b2e

Please sign in to comment.