Skip to content

Commit

Permalink
fix full key for informations
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Apr 15, 2024
1 parent 1603568 commit e1ff989
Show file tree
Hide file tree
Showing 18 changed files with 367 additions and 368 deletions.
20 changes: 10 additions & 10 deletions openapi/openapi_export.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
"summary" : "Get xlsx of full chache",
"operationId" : "xls",
"responses" : {
"400" : {
"description" : "Bad Request",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -39,8 +42,11 @@
"429" : {
"description" : "Too many requests"
},
"500" : {
"description" : "Service unavailable",
"403" : {
"description" : "Forbidden"
},
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -54,12 +60,6 @@
"content" : {
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" : { }
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
}
},
"security" : [ {
Expand Down
58 changes: 29 additions & 29 deletions openapi/openapi_fdrv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
}
} ],
"responses" : {
"400" : {
"description" : "Bad Request",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -49,8 +52,11 @@
"429" : {
"description" : "Too many requests"
},
"500" : {
"description" : "Service unavailable",
"403" : {
"description" : "Forbidden"
},
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -59,12 +65,6 @@
}
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"200" : {
"description" : "OK",
"content" : {
Expand All @@ -87,47 +87,47 @@
"summary" : "Get last v1 {stakeholder} cache version",
"operationId" : "idV1",
"responses" : {
"200" : {
"description" : "OK",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/CacheVersion"
"$ref" : "#/components/schemas/ProblemJson"
}
}
}
},
"400" : {
"description" : "Bad Request",
"429" : {
"description" : "Too many requests"
},
"403" : {
"description" : "Forbidden"
},
"200" : {
"description" : "OK",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ProblemJson"
"$ref" : "#/components/schemas/CacheVersion"
}
}
}
},
"429" : {
"description" : "Too many requests"
"404" : {
"description" : "Not Found"
},
"500" : {
"description" : "Service unavailable",
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ProblemJson"
}
}
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"404" : {
"description" : "Not Found"
}
},
"security" : [ {
Expand Down
58 changes: 29 additions & 29 deletions openapi/openapi_nodev1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
}
} ],
"responses" : {
"400" : {
"description" : "Bad Request",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -49,8 +52,11 @@
"429" : {
"description" : "Too many requests"
},
"500" : {
"description" : "Service unavailable",
"403" : {
"description" : "Forbidden"
},
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -59,12 +65,6 @@
}
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"200" : {
"description" : "OK",
"content" : {
Expand All @@ -87,47 +87,47 @@
"summary" : "Get last v1 {stakeholder} cache version",
"operationId" : "idV1",
"responses" : {
"200" : {
"description" : "OK",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/CacheVersion"
"$ref" : "#/components/schemas/ProblemJson"
}
}
}
},
"400" : {
"description" : "Bad Request",
"429" : {
"description" : "Too many requests"
},
"403" : {
"description" : "Forbidden"
},
"200" : {
"description" : "OK",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ProblemJson"
"$ref" : "#/components/schemas/CacheVersion"
}
}
}
},
"429" : {
"description" : "Too many requests"
"404" : {
"description" : "Not Found"
},
"500" : {
"description" : "Service unavailable",
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ProblemJson"
}
}
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"404" : {
"description" : "Not Found"
}
},
"security" : [ {
Expand Down
58 changes: 29 additions & 29 deletions openapi/openapi_standinv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
}
} ],
"responses" : {
"400" : {
"description" : "Bad Request",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -49,8 +52,11 @@
"429" : {
"description" : "Too many requests"
},
"500" : {
"description" : "Service unavailable",
"403" : {
"description" : "Forbidden"
},
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
Expand All @@ -59,12 +65,6 @@
}
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"200" : {
"description" : "OK",
"content" : {
Expand All @@ -87,47 +87,47 @@
"summary" : "Get last v1 {stakeholder} cache version",
"operationId" : "idV1",
"responses" : {
"200" : {
"description" : "OK",
"401" : {
"description" : "Unauthorized"
},
"500" : {
"description" : "Service unavailable",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/CacheVersion"
"$ref" : "#/components/schemas/ProblemJson"
}
}
}
},
"400" : {
"description" : "Bad Request",
"429" : {
"description" : "Too many requests"
},
"403" : {
"description" : "Forbidden"
},
"200" : {
"description" : "OK",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ProblemJson"
"$ref" : "#/components/schemas/CacheVersion"
}
}
}
},
"429" : {
"description" : "Too many requests"
"404" : {
"description" : "Not Found"
},
"500" : {
"description" : "Service unavailable",
"400" : {
"description" : "Bad Request",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ProblemJson"
}
}
}
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"404" : {
"description" : "Not Found"
}
},
"security" : [ {
Expand Down
Loading

0 comments on commit e1ff989

Please sign in to comment.