You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changes/2014-03-03-deployments-api-updates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
kind:change
3
-
title:New Payloadformat for Deployments
3
+
title:New PayloadFormat for Deployments
4
4
created_at:2014-03-03
5
5
author_name:atmos
6
6
---
@@ -11,7 +11,7 @@ As we [iterate on the preview][january-deployment-api-post] for the new Deployme
11
11
12
12
To make the API even easier to use, we'll now return your custom payload as a JSON object along with the rest of the Deployment resource. No need to parse it as JSON again.
13
13
14
-
##Codeyou need toupdate
14
+
##CodeYou Need toUpdate
15
15
16
16
You should only need to remove the JSON parsing if you're taking advantage of the custom payloads. The formats for creating Deployments remain unchanged.