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
As shown by the example response, /api/projects/{accountName}/{projectSlug} returns both the repo/project information (like name, slug, scm and IDs) and latest build (message, ID, status and person that triggered it).
I feel that it should be named "Get project information and latest build" or something like that.
The text was updated successfully, but these errors were encountered:
On https://www.appveyor.com/docs/api/projects-builds/, the "Get project last build" endpoint returns more than the latest build so it's obviously incorrectly named.
As shown by the example response,
/api/projects/{accountName}/{projectSlug}
returns both the repo/project information (like name, slug, scm and IDs) and latest build (message, ID, status and person that triggered it).I feel that it should be named "Get project information and latest build" or something like that.
The text was updated successfully, but these errors were encountered: