Skip to content

Commit bba345f

Browse files
committed
Add to 503
1 parent e0b56c5 commit bba345f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

spec/http/1.0/openapi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@
3434
}
3535
},
3636
"503": {
37-
"description": "Server is unhealthy and cannot accept requests."
37+
"description": "Server is unhealthy and cannot accept requests.",
38+
"headers": {
39+
"OXP-Version": {
40+
"$ref": "#/components/headers/OXPServerHeader"
41+
}
42+
}
3843
}
3944
}
4045
}

0 commit comments

Comments
 (0)