diff options
author | 2025-01-27 17:58:35 +0100 | |
---|---|---|
committer | 2025-01-27 17:58:41 +0100 | |
commit | 350be82fae7fa211c4e93601f2848e5ecace6f19 (patch) | |
tree | 086401a3a1dbedc071d3d40b31ea10748941fe6d /docs/api | |
parent | 0af1b07966f2c96af30497589fcb14ae5ea6d0d6 (diff) |
Moved CpsValidator under the utils package
Issue-ID: CPS-2515
Change-Id: I57f6c10c8596281aed686552ad16e1dd6c15ff98
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger/cps/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml index 330c2ca7f7..f6baadc8ea 100644 --- a/docs/api/swagger/cps/openapi.yaml +++ b/docs/api/swagger/cps/openapi.yaml @@ -332,7 +332,7 @@ paths: - cps-admin /{apiVersion}/admin/dataspaces/{dataspace-name}/actions/clean: post: - description: Clean the dataspace (remove orphaned modules) + description: Clean the dataspace (remove orphaned schema sets and modules) operationId: cleanDataspace parameters: - description: apiVersion |