Skip to content

Commit 1fad40e

Browse files
committed
Added new deployment options to changelog
1 parent 1e4a1cb commit 1fad40e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/src/getting_started/changelogs/Changelogs.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@ export default function Authentication() {
9797
subscription tier.</li>
9898
</ul>
9999
</li>
100+
<li>Change POST /linode/instances
101+
<ul>
102+
<li>Now accepts image - the ID of an image to deploy the linode with</li>
103+
<li>Only one source attribute may be provided</li>
104+
</ul>
105+
</li>
106+
<li>Changed POST /linode/instances/:id/rebuild
107+
<ul>
108+
<li>Now accepts image - the ID of an image to rebuild the linode with</li>
109+
<li>Only one source attribute may be provided</li>
110+
</ul>
111+
</li>
100112
<li>Added events for enabling/disabling TFA</li>
101113
<li>Added Longview and Image grants to GET /users/:id/grants and GET /profile/grants
102114
<ul>

0 commit comments

Comments
 (0)