Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -604,7 +604,7 @@
}
}
},
"revision": "20190318",
"revision": "20190626",
"rootUrl": "https://firebasehosting.googleapis.com/",
"schemas": {
"ActingUser": {
@@ -653,15 +653,15 @@
"type": "object"
},
"CloudRunRewrite": {
"description": "A configured rewrite that will direct any requests to a Cloud Run service. If\nthe Cloud Run service does not exist when setting or updating your Firebase\nHosting configuration then the request will fail. Any errors from the Cloud\nRun service (including when the service has been deleted) will be passed back\ndown to the end user.",
"description": "A configured rewrite that directs requests to a Cloud Run service. If the\nCloud Run service does not exist when setting or updating your Firebase\nHosting configuration, then the request fails. Any errors from the Cloud Run\nservice are passed to the end user (for example, if you delete a service, any\nrequests directed to that service receive a `404` error).",
"id": "CloudRunRewrite",
"properties": {
"region": {
"description": "Optional. The region where the Cloud Run service is hosted. Defaults to\n`us-central1` if not supplied.",
"description": "Optional. User-provided region where the Cloud Run service is hosted.<br>\nDefaults to `us-central1` if not supplied.",
"type": "string"
},
"serviceId": {
"description": "Required. User supplied ID of the Cloud Run service.",
"description": "Required. User-defined ID of the Cloud Run service.",
"type": "string"
}
},