Skip to content

Commit

Permalink
fix(api/docs): undo deprecation (#1245)
Browse files Browse the repository at this point in the history
undo marking log update endpoints as deprecated.
  • Loading branch information
wass3r authored Jan 22, 2025
1 parent fe9bcaf commit 8090149
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/log/update_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
// Update service logs for a build
//
// ---
// deprecated: true
// produces:
// - application/json
// parameters:
Expand Down
1 change: 0 additions & 1 deletion api/log/update_step.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
// Update step logs for a build
//
// ---
// deprecated: true
// produces:
// - application/json
// parameters:
Expand Down

0 comments on commit 8090149

Please sign in to comment.