Skip to content

Commit aba3ec0

Browse files
authored
Merge pull request #1746 from codatio/oas-sync
2 parents 2aaae8b + 71119d0 commit aba3ec0

File tree

2 files changed

+0
-525
lines changed

2 files changed

+0
-525
lines changed

static/oas/Codat-Assess.json

Lines changed: 0 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,109 +2647,6 @@
26472647
]
26482648
}
26492649
},
2650-
"/data/companies/{companyId}/connections/{connectionId}/assess/subscriptions/process": {
2651-
"parameters": [
2652-
{
2653-
"$ref": "#/components/parameters/companyId"
2654-
},
2655-
{
2656-
"$ref": "#/components/parameters/connectionId"
2657-
}
2658-
],
2659-
"get": {
2660-
"summary": "Generate key subscription revenue metrics",
2661-
"tags": [
2662-
"Reports"
2663-
],
2664-
"responses": {
2665-
"200": {
2666-
"description": "OK",
2667-
"content": {
2668-
"application/json": {
2669-
"schema": {
2670-
"$ref": "#/components/schemas/Report"
2671-
}
2672-
}
2673-
}
2674-
},
2675-
"401": {
2676-
"$ref": "#/components/responses/Unauthorized"
2677-
},
2678-
"402": {
2679-
"$ref": "#/components/responses/Payment-Required"
2680-
},
2681-
"403": {
2682-
"$ref": "#/components/responses/Forbidden"
2683-
},
2684-
"404": {
2685-
"$ref": "#/components/responses/Not-Found"
2686-
},
2687-
"429": {
2688-
"$ref": "#/components/responses/Too-Many-Requests"
2689-
},
2690-
"500": {
2691-
"$ref": "#/components/responses/Internal-Server-Error"
2692-
},
2693-
"503": {
2694-
"$ref": "#/components/responses/Service-Unavailable"
2695-
}
2696-
},
2697-
"operationId": "request-recurring-revenue-metrics",
2698-
"description": "Requests production of key subscription revenue metrics."
2699-
}
2700-
},
2701-
"/data/companies/{companyId}/connections/{connectionId}/assess/subscriptions/mrr": {
2702-
"parameters": [
2703-
{
2704-
"$ref": "#/components/parameters/companyId"
2705-
},
2706-
{
2707-
"$ref": "#/components/parameters/connectionId"
2708-
}
2709-
],
2710-
"get": {
2711-
"summary": "Get key subscription revenue metrics",
2712-
"tags": [
2713-
"Reports"
2714-
],
2715-
"responses": {
2716-
"200": {
2717-
"description": "OK",
2718-
"content": {
2719-
"application/json": {
2720-
"schema": {
2721-
"$ref": "#/components/schemas/Report"
2722-
}
2723-
}
2724-
}
2725-
},
2726-
"401": {
2727-
"$ref": "#/components/responses/Unauthorized"
2728-
},
2729-
"402": {
2730-
"$ref": "#/components/responses/Payment-Required"
2731-
},
2732-
"403": {
2733-
"$ref": "#/components/responses/Forbidden"
2734-
},
2735-
"404": {
2736-
"$ref": "#/components/responses/Not-Found"
2737-
},
2738-
"429": {
2739-
"$ref": "#/components/responses/Too-Many-Requests"
2740-
},
2741-
"500": {
2742-
"$ref": "#/components/responses/Internal-Server-Error"
2743-
},
2744-
"503": {
2745-
"$ref": "#/components/responses/Service-Unavailable"
2746-
}
2747-
},
2748-
"operationId": "get-recurring-revenue-metrics",
2749-
"x-speakeasy-name-override": "get-recurring-revenue-metrics",
2750-
"description": "Gets key metrics for subscription revenue."
2751-
}
2752-
},
27532650
"/data/companies/{companyId}/connections/{connectionId}/assess/accountingMetrics/marketing": {
27542651
"parameters": [
27552652
{

0 commit comments

Comments
 (0)