chore(doc): implement remainder of documentation

This commit is contained in:
Paul Makles
2022-03-19 18:19:24 +00:00
parent 43c475eabb
commit 8dd9acdb59
54 changed files with 499 additions and 123 deletions

View File

@@ -55,7 +55,7 @@ impl<'r> OpenApiFromRequest<'r> for IdempotencyKey {
required: false,
deprecated: false,
extensions: schemars::Map::new(),
location: "sus".to_string(),
location: "header".to_string(),
value: ParameterValue::Schema {
allow_reserved: false,
example: None,