Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion openapi/schemas/asset.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Asset API",
"description": "The API for the Rapidata Asset service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/audience.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Audience API",
"description": "The API for the Rapidata Audience service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/campaign.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Campaign API",
"description": "The API for the Rapidata Campaign service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/dataset.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Dataset API",
"description": "The API for the Rapidata Dataset service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/flow.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Flow API",
"description": "The API for the Rapidata Flow service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/identity.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Identity API",
"description": "The API for the Rapidata Identity service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/leaderboard.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Leaderboard API",
"description": "The API for the Rapidata Leaderboard service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/order.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Order API",
"description": "The API for the Rapidata Order service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
55 changes: 47 additions & 8 deletions openapi/schemas/payment.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Payment API",
"description": "The API for the Rapidata Payment service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down Expand Up @@ -2430,17 +2430,18 @@
}
}
},
"/invoice/{invoiceId}/finalize": {
"post": {
"/invoice/{invoiceId}": {
"delete": {
"tags": [
"Invoice"
],
"summary": "Finalizes a draft invoice.",
"summary": "Deletes a draft invoice, discarding it completely.",
"description": "Only an invoice that was never finalized can be deleted — a draft, or a generation attempt\n that failed. The invoice disappears from the payment provider as well, and its billing period\n returns to Open so it can be invoiced again. A finalized invoice must be voided through\n POST /invoice/{invoiceId}/void instead; deleting one responds 409 Conflict, as\n does deleting while generation is still in progress.",
"parameters": [
{
"name": "invoiceId",
"in": "path",
"description": "The invoice to finalize.",
"description": "The invoice to delete.",
"required": true,
"schema": {
"type": "string"
Expand Down Expand Up @@ -2468,9 +2469,7 @@
"description": "Forbidden"
}
}
}
},
"/invoice/{invoiceId}": {
},
"get": {
"tags": [
"Invoice"
Expand Down Expand Up @@ -2517,6 +2516,46 @@
}
}
},
"/invoice/{invoiceId}/finalize": {
"post": {
"tags": [
"Invoice"
],
"summary": "Finalizes a draft invoice.",
"parameters": [
{
"name": "invoiceId",
"in": "path",
"description": "The invoice to finalize.",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"204": {
"description": "No Content"
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ValidationProblemDetails"
}
}
}
},
"401": {
"description": "Unauthenticated"
},
"403": {
"description": "Forbidden"
}
}
}
},
"/invoices": {
"get": {
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/pipeline.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Pipeline API",
"description": "The API for the Rapidata Pipeline service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/rapid.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Rapid API",
"description": "The API for the Rapidata Rapid service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
65 changes: 57 additions & 8 deletions openapi/schemas/rapidata.filtered.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Asset API",
"description": "The API for the Rapidata Asset service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down Expand Up @@ -29891,17 +29891,18 @@
]
}
},
"/invoice/{invoiceId}/finalize": {
"post": {
"/invoice/{invoiceId}": {
"delete": {
"tags": [
"Invoice"
],
"summary": "Finalizes a draft invoice.",
"summary": "Deletes a draft invoice, discarding it completely.",
"description": "Only an invoice that was never finalized can be deleted — a draft, or a generation attempt\n that failed. The invoice disappears from the payment provider as well, and its billing period\n returns to Open so it can be invoiced again. A finalized invoice must be voided through\n POST /invoice/{invoiceId}/void instead; deleting one responds 409 Conflict, as\n does deleting while generation is still in progress.",
"parameters": [
{
"name": "invoiceId",
"in": "path",
"description": "The invoice to finalize.",
"description": "The invoice to delete.",
"required": true,
"schema": {
"type": "string"
Expand Down Expand Up @@ -29939,9 +29940,7 @@
]
}
]
}
},
"/invoice/{invoiceId}": {
},
"get": {
"tags": [
"Invoice"
Expand Down Expand Up @@ -29998,6 +29997,56 @@
]
}
},
"/invoice/{invoiceId}/finalize": {
"post": {
"tags": [
"Invoice"
],
"summary": "Finalizes a draft invoice.",
"parameters": [
{
"name": "invoiceId",
"in": "path",
"description": "The invoice to finalize.",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"204": {
"description": "No Content"
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ValidationProblemDetails"
}
}
}
},
"401": {
"description": "Unauthenticated"
},
"403": {
"description": "Forbidden"
}
},
"security": [
{
"OpenIdConnect": [
"openid",
"profile",
"email",
"offline_access"
]
}
]
}
},
"/invoices": {
"get": {
"tags": [
Expand Down
65 changes: 57 additions & 8 deletions openapi/schemas/rapidata.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Asset API",
"description": "The API for the Rapidata Asset service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down Expand Up @@ -31599,17 +31599,18 @@
]
}
},
"/invoice/{invoiceId}/finalize": {
"post": {
"/invoice/{invoiceId}": {
"delete": {
"tags": [
"Invoice"
],
"summary": "Finalizes a draft invoice.",
"summary": "Deletes a draft invoice, discarding it completely.",
"description": "Only an invoice that was never finalized can be deleted — a draft, or a generation attempt\n that failed. The invoice disappears from the payment provider as well, and its billing period\n returns to Open so it can be invoiced again. A finalized invoice must be voided through\n POST /invoice/{invoiceId}/void instead; deleting one responds 409 Conflict, as\n does deleting while generation is still in progress.",
"parameters": [
{
"name": "invoiceId",
"in": "path",
"description": "The invoice to finalize.",
"description": "The invoice to delete.",
"required": true,
"schema": {
"type": "string"
Expand Down Expand Up @@ -31647,9 +31648,7 @@
]
}
]
}
},
"/invoice/{invoiceId}": {
},
"get": {
"tags": [
"Invoice"
Expand Down Expand Up @@ -31706,6 +31705,56 @@
]
}
},
"/invoice/{invoiceId}/finalize": {
"post": {
"tags": [
"Invoice"
],
"summary": "Finalizes a draft invoice.",
"parameters": [
{
"name": "invoiceId",
"in": "path",
"description": "The invoice to finalize.",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"204": {
"description": "No Content"
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ValidationProblemDetails"
}
}
}
},
"401": {
"description": "Unauthenticated"
},
"403": {
"description": "Forbidden"
}
},
"security": [
{
"OpenIdConnect": [
"openid",
"profile",
"email",
"offline_access"
]
}
]
}
},
"/invoices": {
"get": {
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/signal.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Signal API",
"description": "The API for the Rapidata Signal service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/translation.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Translation API",
"description": "The API for the Rapidata Translation service",
"version": "2026.08.06.1054-ed7bffb"
"version": "2026.08.06.1214-59dd0a0"
},
"servers": [
{
Expand Down
Loading
Loading