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": "v1"
"version": "2026.07.27.0828-f1a7990"
},
"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": "v1"
"version": "2026.07.27.0828-f1a7990"
},
"servers": [
{
Expand Down
43 changes: 42 additions & 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": "v1"
"version": "2026.07.27.0828-f1a7990"
},
"servers": [
{
Expand Down Expand Up @@ -83,6 +83,47 @@
}
}
},
"/campaign/{campaignId}/activate": {
"post": {
"tags": [
"Campaign"
],
"summary": "Activates the specified campaign.",
"description": "Only campaigns in the Created, Preview, or Analysis state can be activated; any other\n state returns 400. A program campaign has no top-level routing id and is therefore not\n picked up by the target-group-driven auto-activation, so this endpoint is how it is moved\n into the serving set.",
"parameters": [
{
"name": "campaignId",
"in": "path",
"description": "The identifier of the campaign to activate.",
"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"
}
}
}
},
"/campaign/boost": {
"put": {
"tags": [
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": "v1"
"version": "2026.07.27.0828-f1a7990"
},
"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": "v1"
"version": "2026.07.27.0828-f1a7990"
},
"servers": [
{
Expand Down
3 changes: 1 addition & 2 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": "v1"
"version": "2026.07.27.0828-f1a7990"
},
"servers": [
{
Expand Down Expand Up @@ -3551,7 +3551,6 @@
"organizationId": {
"type": "string",
"description": "The identifier of the organization this customer belongs to, if any.",
"format": "uuid",
"nullable": true
}
}
Expand Down
Loading
Loading