Releases a layer version.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /2023-03-30/layers/{layerName}/versions
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
layerName | string | Yes | The name of the layer. | my-layer |
body | CreateLayerVersionInput | Yes | The information about layer configurations. |
Response parameters
Examples
Sample success responses
JSON
format
{
"acl": "0",
"code": {
"location": "https://xyz.oss-cn-shanghai.aliyuncs.com/xxx/xxx/xxx",
"repositoryType": "OSS"
},
"codeChecksum": "2825179536350****",
"codeSize": 421,
"compatibleRuntime": [
"python3.10"
],
"createTime": "2023-03-30T11:08:00Z",
"description": "My first layer",
"layerName": "MyLayer",
"layerVersionArn": "acs:fc:cn-beijing:186824xxxxxx:layers/fc_layer/versions/1",
"license": "Apache",
"version": 1
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2024-02-22 | The internal configuration of the API is changed, but the call is not affected | see changesets | ||||||
| ||||||||
2023-08-30 | API Description Update | see changesets | ||||||
| ||||||||
2023-08-30 | API Description Update. The response structure of the API has changed | see changesets | ||||||
| ||||||||
2023-07-05 | The request parameters of the API has changed | see changesets | ||||||
| ||||||||
2023-06-28 | Add Operation | see changesets |