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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions openapi/schemas/audience.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,11 @@
"type": "string",
"description": "The email of the audience owner."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"isPublic": {
"type": "boolean",
"description": "Whether the audience is publicly visible."
Expand Down Expand Up @@ -4369,6 +4374,11 @@
"type": "string",
"description": "The email of the audience owner."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"isPublic": {
"type": "boolean",
"description": "Whether the audience is publicly visible."
Expand Down
10 changes: 10 additions & 0 deletions openapi/schemas/campaign.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,11 @@
"type": "string",
"description": "The email of the campaign owner."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "The timestamp when the campaign was created.",
Expand Down Expand Up @@ -3096,6 +3101,11 @@
"type": "string",
"description": "The email of the campaign owner."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "The timestamp when the campaign was created.",
Expand Down
10 changes: 10 additions & 0 deletions openapi/schemas/flow.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2184,6 +2184,11 @@
"type": "string",
"description": "The email of the customer who owns the flow."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "The timestamp when the flow was created.",
Expand Down Expand Up @@ -2675,6 +2680,11 @@
"type": "string",
"description": "The email of the customer who owns the flow."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "The timestamp when the flow was created.",
Expand Down
54 changes: 54 additions & 0 deletions openapi/schemas/leaderboard.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12210,6 +12210,11 @@
"type": "string",
"description": "The mail of the customer owning the benchmark."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"initialBoostLevel": {
"type": "integer",
"description": "The initial boost level applied to the campaign of every run created from this\n benchmark. Null means the benchmark default is used.",
Expand Down Expand Up @@ -12921,6 +12926,11 @@
"ownerMail": {
"type": "string",
"description": "The mail of the customer that owns the sample."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -13020,6 +13030,11 @@
"type": "string",
"description": "The mail of the customer that started this generation."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "When the generation was created.",
Expand Down Expand Up @@ -13258,6 +13273,10 @@
},
"ownerMail": {
"type": "string"
},
"organizationId": {
"type": "string",
"nullable": true
}
}
},
Expand Down Expand Up @@ -13345,6 +13364,11 @@
"ownerMail": {
"type": "string",
"description": "The mail of the customer that owns the sample."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -13537,6 +13561,11 @@
"ownerMail": {
"type": "string",
"description": "The mail of the customer that owns the sample."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -14295,6 +14324,11 @@
"ownerMail": {
"type": "string",
"description": "The mail of the customer owning the benchmark."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -14734,6 +14768,11 @@
"type": "string",
"description": "The mail of the owner of the run."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"orderId": {
"type": "string",
"description": "The id of the associated order, if any.",
Expand Down Expand Up @@ -15096,6 +15135,11 @@
"ownerMail": {
"type": "string",
"description": "The mail of the customer owning the benchmark."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -15416,6 +15460,11 @@
"ownerMail": {
"type": "string",
"description": "The mail of the customer owning the benchmark."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -15548,6 +15597,11 @@
"type": "string",
"description": "The mail of the customer that started this generation."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "When the generation was created.",
Expand Down
30 changes: 30 additions & 0 deletions openapi/schemas/order.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5029,6 +5029,11 @@
"ownerMail": {
"type": "string",
"description": "The owner email."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
},
"description": "The result when a job has been retrieved."
Expand Down Expand Up @@ -5110,6 +5115,11 @@
"ownerMail": {
"type": "string",
"description": "The email of the job definition's owner."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
},
"description": "The result when a job definition has been retrieved."
Expand Down Expand Up @@ -7072,6 +7082,11 @@
"ownerMail": {
"type": "string",
"description": "The customer's email address."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -7227,6 +7242,11 @@
"ownerMail": {
"type": "string",
"description": "The email of the owner of the job definition."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down Expand Up @@ -7395,6 +7415,11 @@
"type": "string",
"description": "The email of the job's owner."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
},
"createdAt": {
"type": "string",
"description": "The timestamp when the job was created.",
Expand Down Expand Up @@ -7573,6 +7598,11 @@
"ownerMail": {
"type": "string",
"description": "The email of the owner of the job definition."
},
"organizationId": {
"type": "string",
"description": "The id of the organization that owns the entity.",
"nullable": true
}
}
},
Expand Down
Loading
Loading