Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion daemon/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: opensvc agent api
version: 4.1.4
version: 4.1.5

paths:
/api/array:
Expand Down Expand Up @@ -1480,6 +1480,10 @@ paths:
responses:
200:
description: OK
headers:
OM-Served-By:
type: string
description: The node name of the daemon that served this response.
content:
text/event-stream:
schema:
Expand Down
Loading
Loading