Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit c0f553f

Browse files
committed
Update OpenAPI spec for release v0.11.2
1 parent 7965e7b commit c0f553f

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

openapi.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Supermodel
44
description: Code Graphing & Analysis API
5-
version: 0.10.0
5+
version: 0.11.2
66
license:
77
name: Supermodel API Terms of Service
88
url: https://supermodeltools.com/legal/api-terms
@@ -2083,15 +2083,6 @@ components:
20832083
in: header
20842084
name: X-Api-Key
20852085
description: API key issued by the control plane for accessing data plane resources.
2086-
BearerAuth:
2087-
type: http
2088-
scheme: bearer
2089-
description: HTTP Bearer authentication using an OAuth provider-issued access token presented via the Authorization header.
2090-
StripeSecret:
2091-
type: apiKey
2092-
in: header
2093-
name: Stripe-Secret
2094-
description: Shared secret used to authorize Stripe webhook callbacks.
20952086
parameters:
20962087
IdempotencyKey:
20972088
name: Idempotency-Key

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supermodeltools/openapi-spec",
3-
"version": "0.10.0",
3+
"version": "0.11.2",
44
"description": "Supermodel Public OpenAPI Specification",
55
"main": "openapi.yaml",
66
"files": [

0 commit comments

Comments
 (0)