API reference/Ops: settings
List a runtime setting's changes
GET
/ops/settings/{key}/history
Authorization
bearer
Authorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Path
keystringrequired
maxLength: 200
Query
beforeinteger
Return changes older than this change ID
format: int64minimum: 0
limitinteger
format: int64default: 50minimum: 1maximum: 100
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.