api-preview-docs
api-preview-docs copied to clipboard
In-progress docs about the pre-release preview of CircleCI API v2
following the simple example you give on the front page. curl -u ${CIRCLECI_TOKEN}: -X POST --header "Content-Type: application/json" -d '{ "parameters": { "param1": "foo", "param2": "find-me" } }' https://circleci.com/api/v2/project/gh/myorg/myproj/pipeline "message"...
As a circle ci user, I would like to able to discover projects in any org via the API. Personally, this is so that I can do extended build statistics...
Hello 👋 I am looking for an endpoint which can help us list all the projects within an organization (or the projects the user has access to). However we have...
This PR fixes a few small things: * A Markdown syntax omission * Indent the code blocks so they render at the same indent depth as the list items in...
Hello, I'm digging through the new [scheduled pipelines](https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/scheduled-pipelines.md) feature documentation. When converting from the old scheduled workflows syntax, I noticed that there doesn't seem to be an equivalent way to...
Hi, This may just be that I don't really understand the updated_at field within a pipeline, but when I restart a workflow within a pipeline, the updated_at value doesn't change......
## What is the Problem? I am seeing 404 "project not found" messages on new API endpoint ### What was expected behavior? I expected a 200/202 and listing of recent...
CircleCI v1 API supports both project-specific API tokens and user's API tokens to get and start jobs on our private repositories. Although we can use personal API tokens to manage...