Skip to content
Merged
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: 3 additions & 3 deletions docs/apis/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@ paths:
status: healthy
retrymq-consumer:
status: failed
/configs:
/config:
get:
tags: [Configuration]
summary: Get Managed Configuration
Expand All @@ -2454,11 +2454,11 @@ paths:
$ref: "#/components/responses/Unauthorized"
"500":
$ref: "#/components/responses/InternalServerError"
put:
patch:
tags: [Configuration]
summary: Update Managed Configuration
description: |
Updates one or more managed Outpost configuration values.
Updates one or more managed Outpost configuration values. Null values clear the configuration and reverts to Outpost default behavior.

This endpoint is only available for the managed version.
In self-hosted deployments, configuration is controlled through environment variables instead.
Expand Down
Loading