v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1319110171.7 KB
services

Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification). This method stores the source configurations as well as the generated service configuration. To rollout the service configuration to other services, please call CreateServiceRollout. Only the 100 most recent configuration sources and ones referenced by existing service configurtions are kept for each service. The rest will be deleted eventually. Operation

post/v1/services/{serviceName}/configs:submit

Path parameters

serviceNamestring required

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Request body

validateOnlyboolean

Optional. If set, this will result in the generation of a google.api.Service configuration based on the ConfigSource provided, but the generated config and the sources will NOT be persisted.

Response

Successful response