Publishes a service version.
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /2021-04-06/services/{serviceName}/versions
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | The name of the service. | demo-service |
body | object | No | The definition of the service version. | |
description | string | No | The description of the service version. | test_description |
If-Match | string | No | The ETag value of the service. This value is used to ensure that the modified service is consistent with the service to be modified. The ETag value is returned in the responses of the CreateService, UpdateService, and GetService operations. | e19d5cd5af0378da05f63f891c7467af |
X-Fc-Account-Id | string | No | The ID of your Alibaba Cloud account. | 188077086902**** |
X-Fc-Date | string | No | The start time when the function is invoked. Specify the time in the yyyy-mm-ddhh:mm:ss format. | Wed, 11 May 2022 09:00:00 GMT |
X-Fc-Trace-Id | string | No | 2020-12-1210:00:00 | rid281s****** |
Response parameters
Examples
Sample success responses
JSON
format
{
"createdTime": "2016-08-15T16:06:05.000+0000",
"description": "test_description",
"lastModifiedTime": "2016-08-15T16:06:05.000+0000",
"versionId": "1"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2021-06-30 | The internal configurations of the API operation change but you can still call the operation. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
|