Skip to content

Commit

Permalink
Merge pull request #459 from gabos31/master
Browse files Browse the repository at this point in the history
Add label parameter to instance.updateInstance
  • Loading branch information
ddymko committed Mar 24, 2021
2 parents 9dea272 + f3de641 commit 59c7f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/instances.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ exports.updateInstance = {
os_id: { type: 'string' },
user_data: { type: 'string' },
tag: { type: 'string' },
label: { type: 'string' },
plan: { type: 'string' },
ddos_protection: { type: 'boolean' },
attach_private_network: { type: 'array' },
Expand Down

0 comments on commit 59c7f38

Please sign in to comment.