diff --git a/static/openapi3-latest.json b/static/openapi3-latest.json index e87aaf43..e3376d7f 100644 --- a/static/openapi3-latest.json +++ b/static/openapi3-latest.json @@ -32751,6 +32751,9 @@ }, "422": { "$ref": "#/components/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/components/responses/repoArchivedError" } }, "summary": "Replace list of topics for a repository", @@ -32800,6 +32803,9 @@ }, "422": { "$ref": "#/components/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/components/responses/repoArchivedError" } }, "summary": "Delete a topic from a repository", @@ -32847,6 +32853,9 @@ }, "422": { "$ref": "#/components/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/components/responses/repoArchivedError" } }, "summary": "Add a topic to a repository", diff --git a/static/swagger-latest.json b/static/swagger-latest.json index 1f207409..0b58317b 100644 --- a/static/swagger-latest.json +++ b/static/swagger-latest.json @@ -20099,6 +20099,9 @@ }, "422": { "$ref": "#/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/responses/repoArchivedError" } } } @@ -20145,6 +20148,9 @@ }, "422": { "$ref": "#/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/responses/repoArchivedError" } } }, @@ -20189,6 +20195,9 @@ }, "422": { "$ref": "#/responses/invalidTopicsError" + }, + "423": { + "$ref": "#/responses/repoArchivedError" } } }