Skip to content

Instantly share code, notes, and snippets.

View collinpreston's full-sized avatar

Collin Preston collinpreston

View GitHub Profile
@collinpreston
collinpreston / openapi.yaml
Created February 14, 2023 16:40 — forked from xgp/openapi.yaml
OpenAPI specification for Keycloak account API
openapi: 3.0.2
info:
title: Keycloak Account API
version: 20.0.3
description: |
Derived from the code at https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/services/resources/account/AccountRestService.java
components:
securitySchemes:
access_token:
type: http