Skip to content

Commit

Permalink
[Update OpenAPI] Merge openapi: added Billing Portal API PROD (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: manuraf <12083207+manuraf@users.noreply.github.com>
  • Loading branch information
selfcare-github-bot and manuraf authored Oct 15, 2024
1 parent 2cf3615 commit 9575a95
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions infra/apim_v2/api/billing-portal-api/v1/openapi.prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"openapi": "3.0.3",
"info": {
"title": "Billing Portal API service",
"description": "This service is the proxy for the billing portal",
"version": "1.0.0"
},
"servers": [
{
"url": "https://${host}/${basePath}"
}
],
"tags": [],
"paths": {},
"components": {
"schemas": {},
"securitySchemes": {
"bearerAuth": {
"type": "http",
"description": "A bearer token in the format of a JWS and conformed to the specifications included in [RFC8725](https://tools.ietf.org/html/RFC8725)",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
}
}

0 comments on commit 9575a95

Please sign in to comment.