Skip to content

Commit d822cfe

Browse files
committed
fix mistakes on api doc
1 parent 5838ff8 commit d822cfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

umbraco-cloud/set-up/project-settings/umbraco-cicd/UmbracoCloudApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The response from the API should be an HTTP 201 Created response including a `de
222222
},
223223
],
224224
"createdUtc": string,
225-
"completedUtc":null,
225+
"completedUtc":string,
226226
"modifiedUtc": string
227227
}
228228
```
@@ -276,7 +276,7 @@ Should the deployment fail, check the `deploymentStatusMessages` for more inform
276276
},
277277
],
278278
"createdUtc": string,
279-
"completedUtc":null,
279+
"completedUtc":string,
280280
"modifiedUtc": string
281281
}
282282
```
@@ -369,7 +369,7 @@ The API response will vary based on whether or not there are changes to report.
369369
It is only possible to generate git-patch files when the selected `deploymentId` points to a deployment where the `targetEnvironmentAlias` then, is the same as in this request.
370370
{% endhint %}
371371

372-
### Possible errors
372+
## Possible errors
373373

374374
When interacting with the Umbraco Cloud API, you may encounter various HTTP status codes that indicate the success or failure of your API request. Below is a table summarizing the possible status codes, their corresponding errors, and basic root causes to guide your troubleshooting:
375375

0 commit comments

Comments
 (0)