api-preview-docs icon indicating copy to clipboard operation
api-preview-docs copied to clipboard

In-progress docs about the pre-release preview of CircleCI API v2

Results 27 api-preview-docs issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi everybody. Seems like you have a problem with the old jobs API. I run something like this ``` curl -X POST --header "Content-Type: application/json" -d '{ "parallel": 1, "job":...

Post on [discuss forum](https://discuss.circleci.com/t/unable-to-trigger-pipeline-to-build-forked-pull-request-via-v2-api-error-message-branch-not-found/33825) as well. I'm encountering problem when [triggering a pipeline](https://circleci.com/docs/api/v2/#trigger-a-new-pipeline) by v2 API endpoint, which returns error message of "Branch not found" with 400 status code. My...

Example: In my org for certain projects we have a special workflow that is API triggered (via the [POST /pipeline](https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/api-changes.md#post-projectproject_slugpipeline) endpoint with pipeline params) and reserved for only certain branches...

First I would like to say that I really like the new API for pipelines. A feature I really would like is to be able to from a workflow/job A...

I noticed in the [API Docs](https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/api-changes.md#post----projectvcs-typeusernameprojectbuild) the project build API is being replaced. Is that an accurate statement? ``` POST /project/:vcs-type/:username/:project/build Replaced by POST /project/:vcs-type/:username/:project/pipeline ``` If so, will the...

## Requested Feature I would very much appreciate CircleCI generating some client libraries from its api spec. I'm imagining something like [swagger-codegen](https://github.com/swagger-api/swagger-codegen) or [protobuf](https://developers.google.com/protocol-buffers/), or however it's implemented in the...

I am trying to use the new API to trigger a pipeline by tag or commit and neither seem to work. It looks like the API doesn't support passing a...

Hey folks, v1.1. has GET /projects endpoint to fetch all projects of the token verified user and with that I was able to read the current states (success, failures and...

In v1.1 there was the `/retry` endpoint which is about to be removed in v2. Is there a replacement endpoint to support this? I consider this an important feature. See...

I'm trying to use the conditional workflows addition proposed here in a real project but I'm finding that it is really inflexible due to only allowing single value truthiness evaluation....