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: jekyll/_docs/api.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,19 @@
2
2
layout: classic-docs
3
3
title: CircleCI REST API
4
4
categories: [reference]
5
-
last_updated: Aug 23, 2012
6
5
description: Using circleci rest api
7
6
---
8
7
9
-
<h2id="intro">The CircleCI API</h2>
8
+
## The CircleCI API {#intro}
10
9
11
-
The CircleCI API is a RESTy, fully-featured API that allows you to do almost anything in CircleCI.
12
-
You can access all information and trigger all actions.
13
-
The only thing we don't provide access to is billing functions, which must be done from the CircleCI web UI.
14
-
15
-
<!-- TODO: Custom filter or something for this -->
10
+
The CircleCI API is a RESTful, fully-featured API that allows you to do almost
11
+
anything in CircleCI. You can access all information and trigger all actions.
12
+
The only thing we don't provide access to is billing functions, which must be
13
+
done from the CircleCI web UI.
16
14
17
15
## Summary
18
16
19
-
All Circle API endpoints begin with `"https://circleci.com/api/v1/"`.
17
+
All CircleCI API endpoints begin with `"https://circleci.com/api/v1/"`.
20
18
21
19
<dl>
22
20
<dt>
@@ -76,7 +74,7 @@ All Circle API endpoints begin with `"https://circleci.com/api/v1/"`.
76
74
<dt>
77
75
POST: /project/:username/:project/tree/:branch
78
76
</dt>
79
-
<dd>
77
+
<ddmarkdown="1">
80
78
Triggers a new build, returns a summary of the build. [Optional build parameters can be set using an experimental API]({{ site.baseurl }}/parameterized-builds/).
0 commit comments