AppVeyor REST API

AppVeyor REST API

The AppVeyor REST API enables developers to automate and manage continuous integration, build, and deployment processes on the AppVeyor platform.
                  {
    "accountId": 2,
    "accountName": "FeodorFitsner",
    "created": "2014-02-03T20:29:26.6807307+00:00",
    "email": "[email protected]",
    "failedBuildNotification": "all",
    "fullName": "John Smith",
    "isCollaborator": true,
    "isOwner": false,
    "notifyWhenBuildStatusChangedOnly": true,
    "roleId": 3040,
    "roleName": "My Role",
    "successfulBuildNotification": "all",
    "updated": "2014-03-07T04:26:09.1051534+00:00",
    "userId": 2018
  }
              

Response example. If you want to see more check the documentation.

AppVeyor is a hosted continuous integration service which runs on Microsoft Windows. The AppVeyor REST API provides a RESTful way to interact with the AppVeyor service. This includes managing projects, builds, deployments, and the teams that build them.

Additional help and discussion of the AppVeyor REST API is available at https://www.appveyor.com/docs/api/.

This Swagger definition is an **unofficial** description of the AppVeyor REST API maintained at https://github.com/tonyx/appveyor-swagger.

Please report any issues or suggestions for this Swagger definition at https://github.com/tonyx/appveyor-swagger/issues.

API Conventions

Fields which are missing from update operations (`PUT` requests) are typically reset to their default values. So although most fields are not technically required, they should usually be specified in practice.