Browse Source

fix: linting

Signed-off-by: Cainã S. G <p-caina.galante@pd.tec.br>
pull/462/head
Cainã S. G 2 years ago
parent
commit
93909d4b28
  1. 3
      src/keycloak/keycloak_admin.py

3
src/keycloak/keycloak_admin.py

@ -1536,7 +1536,8 @@ class KeycloakAdmin:
def update_client_authz_resource(self, client_id, resource_id, payload): def update_client_authz_resource(self, client_id, resource_id, payload):
"""Update resource of client. """Update resource of client.
Any parameter missing from the ResourceRepresentation in the payload WILL be set to default by the Keycloak server.
Any parameter missing from the ResourceRepresentation in the payload WILL be set
to default by the Keycloak server.
:param client_id: id in ClientRepresentation :param client_id: id in ClientRepresentation
https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_clientrepresentation https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_clientrepresentation

Loading…
Cancel
Save