Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release.1.6-update-autogenerated-docs: Auto generated #1308

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Redis Data Integration API",
"description": "API for Redis Data Integration services",
"version": "1.6.1"
"version": "1.6.4"
},
"paths": {
"/": {
Expand Down Expand Up @@ -221,6 +221,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Response Protected Route Api V1 Me Get"
}
Expand Down Expand Up @@ -257,6 +258,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body",
"examples": [
Expand Down Expand Up @@ -346,6 +348,7 @@
"application/json": {
"schema": {
"type": "object",
"additionalProperties": true,
"examples": [
{
"type": "cdc",
Expand Down Expand Up @@ -428,6 +431,7 @@
"application/json": {
"schema": {
"type": "object",
"additionalProperties": true,
"examples": [
{
"active": true,
Expand Down Expand Up @@ -550,6 +554,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body",
"examples": [
Expand Down Expand Up @@ -634,6 +639,7 @@
"application/json": {
"schema": {
"type": "object",
"additionalProperties": true,
"examples": [
{
"connection": {
Expand Down Expand Up @@ -711,6 +717,7 @@
"application/json": {
"schema": {
"type": "object",
"additionalProperties": true,
"examples": [{ "connection": { "port": 12001 } }],
"title": "Body"
}
Expand Down Expand Up @@ -839,6 +846,7 @@
"application/json": {
"schema": {
"type": "object",
"additionalProperties": true,
"examples": [
{
"type": "vault",
Expand Down Expand Up @@ -924,6 +932,7 @@
"application/json": {
"schema": {
"type": "object",
"additionalProperties": true,
"examples": [{ "type": "aws" }],
"title": "Body"
}
Expand Down Expand Up @@ -1041,6 +1050,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body",
"examples": [
Expand Down Expand Up @@ -1119,6 +1129,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body",
"examples": [
Expand Down Expand Up @@ -1190,6 +1201,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body",
"examples": [
Expand Down Expand Up @@ -1543,6 +1555,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Response Retrieve Pipelines Api V1 Pipelines Get"
}
Expand Down Expand Up @@ -1577,6 +1590,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body",
"examples": [
Expand Down Expand Up @@ -1773,7 +1787,9 @@
"description": "Unprocessable Entity",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/Error-Input" }
"schema": {
"$ref": "#/components/schemas/redis_di_api__v1__modules__shared__response__Error"
}
}
}
}
Expand Down Expand Up @@ -1985,7 +2001,9 @@
"description": "Unprocessable Entity",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/Error-Input" }
"schema": {
"$ref": "#/components/schemas/redis_di_api__v1__modules__shared__response__Error"
}
}
}
}
Expand All @@ -2005,6 +2023,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Response Pipelines Config Schemas Api V1 Pipelines Config Schemas Get"
}
Expand Down Expand Up @@ -2043,6 +2062,7 @@
"content": {
"application/json": {
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Response Pipelines Jobs Schemas Api V1 Pipelines Jobs Schemas Get"
}
Expand Down Expand Up @@ -2078,7 +2098,11 @@
"requestBody": {
"content": {
"application/json": {
"schema": { "type": "object", "title": "Body" },
"schema": {
"additionalProperties": true,
"type": "object",
"title": "Body"
},
"examples": {
"multi_update": {
"summary": "Update multiple processor properties",
Expand Down Expand Up @@ -2820,26 +2844,6 @@
"required": ["status"],
"title": "Entity"
},
"Error-Input": {
"properties": {
"status": {
"type": "string",
"const": "error",
"title": "The status of the run.",
"default": "error",
"examples": ["error"]
},
"error": {
"type": "string",
"title": "The error message.",
"examples": ["Job is malformed"]
}
},
"type": "object",
"required": ["error"],
"title": "Error",
"description": "Model representing an error status."
},
"HTTPValidationError": {
"properties": {
"detail": {
Expand Down Expand Up @@ -2886,7 +2890,7 @@
"title": "Job settings to dry run with."
},
"input_data": {
"items": { "type": "object" },
"items": { "additionalProperties": true, "type": "object" },
"type": "array",
"title": "Input Data",
"examples": [
Expand All @@ -2904,7 +2908,7 @@
"JobDryRunSuccessResponse": {
"properties": {
"transformation": {
"items": { "type": "object" },
"items": { "additionalProperties": true, "type": "object" },
"type": "array",
"title": "Transformation",
"examples": [
Expand Down Expand Up @@ -3367,7 +3371,11 @@
"type": "object",
"title": "Clients"
},
"offsets": { "type": "object", "title": "Offsets" },
"offsets": {
"additionalProperties": true,
"type": "object",
"title": "Offsets"
},
"snapshot_status": {
"$ref": "#/components/schemas/SnapshotStatus",
"examples": ["running"]
Expand Down Expand Up @@ -3409,7 +3417,11 @@
"title": "Cdc Ready",
"examples": [true]
},
"columns": { "type": "object", "title": "Columns" }
"columns": {
"additionalProperties": true,
"type": "object",
"title": "Columns"
}
},
"type": "object",
"required": ["cdc_ready", "columns"],
Expand Down Expand Up @@ -3559,7 +3571,10 @@
"examples": ["hash"]
},
"args": {
"anyOf": [{ "type": "object" }, { "type": "null" }],
"anyOf": [
{ "additionalProperties": true, "type": "object" },
{ "type": "null" }
],
"title": "Args",
"examples": [{ "member": "value" }]
},
Expand Down