mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-13 09:38:41 +08:00
16 lines
380 B
YAML
16 lines
380 B
YAML
post:
|
|
summary: 变更ElasticCache实例规格
|
|
parameters:
|
|
- in: body
|
|
name: elasticcache
|
|
required: true
|
|
schema:
|
|
$ref: "../schemas/elasticcache.yaml#/ElasticCacheChangeSpec"
|
|
responses:
|
|
200:
|
|
description: ElasticCache实例信息
|
|
schema:
|
|
$ref: "../schemas/elasticcache.yaml#/ElasticCacheResponse"
|
|
tags:
|
|
- elasticcache
|