sql_version

更新SQL版本信息

update sql version

patch/v1/projects/{project_name}/sql_versions/{sql_version_id}/

Path parameters

project_namestring required

project name

sql_version_idstring required

sql version id

Request body

descstring
versionstring

Example request

{
  "update_sql_version_stage": [
    {
      "name": "生产"
    }
  ],
  "version": "2.23"
}

Response

OK

Changes

No recorded changes to this endpoint across all 55 revisions of this API.