mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210331",
|
||||
"revision": "20220305",
|
||||
"rootUrl": "https://playcustomapp.googleapis.com/",
|
||||
"schemas": {
|
||||
"CustomApp": {
|
||||
@@ -169,6 +169,13 @@
|
||||
"description": "Default listing language in BCP 47 format.",
|
||||
"type": "string"
|
||||
},
|
||||
"organizations": {
|
||||
"description": "Organizations to which the custom app should be made available. If the request contains any organizations, then the app will be restricted to only these organizations. To support the organization linked to the developer account, the organization ID should be provided explicitly together with other organizations. If no organizations are provided, then the app is only available to the organization linked to the developer account.",
|
||||
"items": {
|
||||
"$ref": "Organization"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"packageName": {
|
||||
"description": "Output only. Package name of the created Android app. Only present in the API response.",
|
||||
"readOnly": true,
|
||||
@@ -180,6 +187,21 @@
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Organization": {
|
||||
"description": "Represents an organization that can access a custom app.",
|
||||
"id": "Organization",
|
||||
"properties": {
|
||||
"organizationId": {
|
||||
"description": "Required. ID of the organization.",
|
||||
"type": "string"
|
||||
},
|
||||
"organizationName": {
|
||||
"description": "Optional. A human-readable name of the organization, to help recognize the organization.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
|
||||
Reference in New Issue
Block a user