From a40c8fd2dce83ff5eb556dac089ea3bee3183920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Fejfar?= Date: Tue, 29 Oct 2024 09:57:10 +0100 Subject: [PATCH] Update apiary.apib https://github.com/keboola/ai-service/pull/131/files/4b0b1189ca6d08151516d4357372591212fd632c#r1820368987 --- apiary.apib | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apiary.apib b/apiary.apib index 26ee04069..cd211e7df 100644 --- a/apiary.apib +++ b/apiary.apib @@ -7690,11 +7690,12 @@ Updates an existing configuration for [Development Branch](#reference/developmen + Response 204 (application/json) ### Delete Configuration [DELETE /v2/storage/branch/{branch_id}/components/{component_id}/configs/{config_id}] -Deletes a development branch configuration. When a configuration is deleted, it is only marked as deleted and remains still available in the system. +Deletes a configuration. When a configuration is deleted, it is only marked as deleted and remains still available in the system. You can [list deleted](#reference/components-and-configurations/component-configurations/list-development-branch-configurations) configurations. -Other operations with deleted configurations are restricted. +Other operations with deleted configurations are restricted. -Calling this API call on a deleted configuration will return error. Development branch configuration cannot be permanently removed. +Calling this API call on a deleted configuration in a **development branch** will result in an error. Development branch configuration cannot be permanently removed. +Calling this API call on a deleted configuration in a **default branch** will purge the configuration. + Parameters + branch_id (required) - Id of the development branch