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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down
41 changes: 15 additions & 26 deletions 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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down Expand Up @@ -1367,7 +1367,7 @@
"OwnerTierOverride"
],
"summary": "Creates an owner-tier override.",
"description": "Exactly one target must be given: either pattern — an exact email\n (user@domain.com) or a wildcard domain (*@domain.com) — or\n organizationId. At least one of the override values must be set.",
"description": "At least one of the override values must be set.",
"requestBody": {
"description": "The override to create.",
"content": {
Expand Down Expand Up @@ -1490,7 +1490,7 @@
"OwnerTierOverride"
],
"summary": "Replaces an owner-tier override.",
"description": "Exactly one target must be given: either pattern — an exact email\n (user@domain.com) or a wildcard domain (*@domain.com) — or\n organizationId. At least one of the override values must be set. The target kind that\n is left out is cleared, so an override can be switched from one to the other.",
"description": "At least one of the override values must be set.",
"parameters": [
{
"name": "ownerTierOverrideId",
Expand All @@ -1503,7 +1503,7 @@
}
],
"requestBody": {
"description": "The new target and override values.",
"description": "The new target organization and override values.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -1542,7 +1542,7 @@
"OwnerTierOverride"
],
"summary": "Returns the priority and global boost level an organization's campaigns are created with.",
"description": "priority and globalBoostLevel are the effective values, whether they come from an\n override or from the configured defaults; the two *Override fields are null when the\n default applies. Only overrides that target the organization are reflected — an override\n targeting an individual member's email address is not.",
"description": "priority and globalBoostLevel are the effective values, whether they come from an\n override or from the configured defaults; the two *Override fields are null when the\n default applies.",
"parameters": [
{
"name": "organizationId",
Expand Down Expand Up @@ -1725,17 +1725,14 @@
]
},
"CreateOwnerTierOverrideEndpoint_Input": {
"required": [
"organizationId"
],
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "The owner-email pattern this override applies to: an exact email (user@domain.com)\n or a wildcard domain (*@domain.com). Null when targeting an organization instead.",
"nullable": true
},
"organizationId": {
"type": "string",
"description": "The id of the organization this override applies to. Null when targeting an email pattern\n instead. An exact email wins over an organization, which wins over a wildcard domain.",
"nullable": true
"description": "The id of the organization this override applies to."
},
"priorityOverride": {
"type": "integer",
Expand Down Expand Up @@ -3941,6 +3938,7 @@
"QueryOwnerTierOverridesEndpoint_Output": {
"required": [
"id",
"organizationId",
"ownerMail",
"createdAt"
],
Expand All @@ -3950,15 +3948,9 @@
"type": "string",
"description": "The id of the override."
},
"pattern": {
"type": "string",
"description": "The owner-email pattern the override applies to, or null when it targets an organization.",
"nullable": true
},
"organizationId": {
"type": "string",
"description": "The id of the organization the override applies to, or null when it targets an email pattern.",
"nullable": true
"description": "The id of the organization the override applies to."
},
"priorityOverride": {
"type": "integer",
Expand Down Expand Up @@ -4137,17 +4129,14 @@
}
},
"UpdateOwnerTierOverrideEndpoint_Input": {
"required": [
"organizationId"
],
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "The owner-email pattern this override applies to: an exact email (user@domain.com)\n or a wildcard domain (*@domain.com). Null when targeting an organization instead.",
"nullable": true
},
"organizationId": {
"type": "string",
"description": "The id of the organization this override applies to. Null when targeting an email pattern\n instead.",
"nullable": true
"description": "The id of the organization this override applies to."
},
"priorityOverride": {
"type": "integer",
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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down
6 changes: 3 additions & 3 deletions 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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down Expand Up @@ -234,7 +234,7 @@
"Capabilities"
],
"summary": "Lists the capabilities a customer holds.",
"description": "capabilities are grants held through organization membership.",
"description": "capabilities are granted to an organization, so these are the grants of the\n organization the customer is currently acting under — the same set enforced for them. A\n customer without an organization holds none.",
"parameters": [
{
"name": "customerId",
Expand Down Expand Up @@ -3142,7 +3142,7 @@
}
}
],
"description": "Capabilities granted to the customer through organization membership."
"description": "Capabilities granted to the organization the customer is acting under."
}
}
},
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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down
33 changes: 31 additions & 2 deletions 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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down Expand Up @@ -5489,6 +5489,18 @@
"allTargetGroupsCompleted": {
"type": "boolean",
"description": "Whether all target groups have completed (result is then final)."
},
"sideOrder": {
"allOf": [
{
"type": "array",
"items": {
"type": "string"
},
"nullable": true
}
],
"description": "The canonical order of the compared side keys (matching WinCounter's\n keys), so the client can render the sides in a stable order rather than relying on the\n win-counter's dictionary order. Null when the compare blueprint has no defined order."
}
}
},
Expand Down Expand Up @@ -5535,6 +5547,11 @@
"type": "string",
"description": "The pipeline id."
},
"campaignId": {
"type": "string",
"description": "The job's campaign id. Null when the pipeline did not yield exactly one campaign.",
"nullable": true
},
"audienceName": {
"type": "string",
"description": "The audience name, or null when the job's audience has since been deleted (jobs\n outlive their audience).",
Expand Down Expand Up @@ -6156,7 +6173,9 @@
"id",
"name",
"state",
"pairMakerInformation"
"pairMakerInformation",
"datapoints",
"totalVotes"
],
"type": "object",
"properties": {
Expand All @@ -6171,6 +6190,16 @@
},
"pairMakerInformation": {
"$ref": "#/components/schemas/IPairMakerInformation"
},
"datapoints": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RankingDatapoint"
}
},
"totalVotes": {
"type": "integer",
"format": "int64"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion 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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"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.19.0938-f150f5e"
"version": "2026.08.19.1722-5de1718"
},
"servers": [
{
Expand Down
Loading
Loading