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.07.27.1848-029529c"
"version": "2026.07.28.0731-56fd9ec"
},
"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.07.27.1848-029529c"
"version": "2026.07.28.0731-56fd9ec"
},
"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.07.27.1848-029529c"
"version": "2026.07.28.0731-56fd9ec"
},
"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.07.27.1848-029529c"
"version": "2026.07.28.0731-56fd9ec"
},
"servers": [
{
Expand Down
4 changes: 2 additions & 2 deletions 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.07.27.1848-029529c"
"version": "2026.07.28.0731-56fd9ec"
},
"servers": [
{
Expand Down Expand Up @@ -1320,7 +1320,7 @@
},
"timeToLiveInSeconds": {
"type": "integer",
"description": "Optional time-to-live in seconds before the flow item expires. Must be between 60 seconds and 1 hour; defaults to 1 hour when omitted.",
"description": "Optional time-to-live in seconds before the flow item expires. Must be between 45 seconds and 1 hour; defaults to 4 minutes when omitted.",
"format": "int32",
"nullable": true
},
Expand Down
32 changes: 31 additions & 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.07.27.1848-029529c"
"version": "2026.07.28.0731-56fd9ec"
},
"servers": [
{
Expand Down Expand Up @@ -2875,6 +2875,9 @@
"GetBidderRelationMembersEndpoint_Output": {
"required": [
"customer",
"email",
"organizationName",
"organizationId",
"scope",
"relation",
"grantedAt"
Expand All @@ -2886,6 +2889,18 @@
"description": "The customer holding the relation.",
"format": "uuid"
},
"email": {
"type": "string",
"description": "The email address of the customer."
},
"organizationName": {
"type": "string",
"description": "The name of the customer's active organization."
},
"organizationId": {
"type": "string",
"description": "The identifier of the customer's active organization."
},
"scope": {
"allOf": [
{
Expand Down Expand Up @@ -3040,6 +3055,9 @@
"GetPlatformRelationMembersEndpoint_Output": {
"required": [
"customer",
"email",
"organizationName",
"organizationId",
"scope",
"relation",
"grantedAt"
Expand All @@ -3051,6 +3069,18 @@
"description": "The customer holding the relation.",
"format": "uuid"
},
"email": {
"type": "string",
"description": "The email address of the customer."
},
"organizationName": {
"type": "string",
"description": "The name of the customer's active organization."
},
"organizationId": {
"type": "string",
"description": "The identifier of the customer's active organization."
},
"scope": {
"allOf": [
{
Expand Down
Loading
Loading