Update a port list
PUT
/v2/port_lists/{id}Last modified: 3 days ago
Update a port list
Request
Path Params
id
string
required
Body Params application/json
port_list
object
optional
name
string
optional
Example:
test name
comment
string
optional
Example:
test comment
Example
{
"port_list": {
"name": "test name",
"comment": "test comment"
}
}
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Port list updated
Data Schema
object {0}
Example
{}
Last modified: 3 days ago