Skip to content

Keycloak.AuthServices.Sdk.Kiota create realm (post) isn't work #163

@CyberMonster

Description

@CyberMonster

In original open-api declaration provided wrong body type. Because of this request cannot be sent :(

https://www.keycloak.org/docs-api/latest/rest-api/openapi.json
Image

When i locally change body type to RealmRepresentation and regenerate kiota client it's work fine.

$.paths["/admin/realms"].post.requestBody.content["application/json"].schema = """{ "$ref": "#/components/schemas/RealmRepresentation" }"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions