From 809014928062597ad2d0248e32b0b9f764e38fb7 Mon Sep 17 00:00:00 2001 From: david may <1301201+wass3r@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:56:27 +0000 Subject: [PATCH] fix(api/docs): undo deprecation (#1245) undo marking log update endpoints as deprecated. --- api/log/update_service.go | 1 - api/log/update_step.go | 1 - 2 files changed, 2 deletions(-) diff --git a/api/log/update_service.go b/api/log/update_service.go index f51bf6084..8c0d6888a 100644 --- a/api/log/update_service.go +++ b/api/log/update_service.go @@ -22,7 +22,6 @@ import ( // Update service logs for a build // // --- -// deprecated: true // produces: // - application/json // parameters: diff --git a/api/log/update_step.go b/api/log/update_step.go index 824544627..302a8f4df 100644 --- a/api/log/update_step.go +++ b/api/log/update_step.go @@ -22,7 +22,6 @@ import ( // Update step logs for a build // // --- -// deprecated: true // produces: // - application/json // parameters: