You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Member:
type: object
properties:
value:
type: string
description: id attribute of a SCIM resource
$ref:
type: string
description: The URI of a SCIM resource.
display:
trype: string
description: A human-readable name for the member
the display type , trype vs type , that makes the spec wrong ( object vs string) , that creates wrong sample as well
There is a typo here
https://github.com/gravitee-io/gravitee-docs/blob/master/am/2.x/scim/swagger.yml#L599
here
the display type , trype vs type , that makes the spec wrong ( object vs string) , that creates wrong sample as well
this has an impact there
https://docs.gravitee.io/am/2.x/scim/swagger.yml
and there
as well
https://docs.gravitee.io/am/current/scim/index.html#tag/SCIM-2.0/paths/~1Groups~1%7BgroupId%7D/get
To check another issue there
https://github.com/gravitee-io/gravitee-docs/blob/master/am/2.x/scim/swagger.yml#L292C4-L292C4
as the API spec is OAS 2.0 it should follow
flow . The flow used by the OAuth2 security scheme. Valid values are "implicit", "password", "application" or "accessCode".
vs it is set as client_credentials
The text was updated successfully, but these errors were encountered: