Handle missing keys with a default (#3753)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-08-01 21:13:30 +02:00
committed by GitHub
parent ba9981d1fc
commit 1a8b3b1a42
3 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -333,8 +333,8 @@
}
}
},
"404": {
"description": "Configuration key not found"
"500": {
"description": "Unable to get the configuration value"
}
}
}