Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 03538f9

Browse files
Merge pull request #145 from justaprogrammer/swagger-documentation
Document swagger
2 parents 54ed783 + 82e9240 commit 03538f9

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## Overview
1414
**Build Cross Check** is a GitHub App and set of tools to help build servers create [Checks](https://developer.github.com/v3/checks/) in GitHub.
1515

16-
<img width="50%" src="docs/images/testconsole1-warning-pr-changes.png"><img width="50%" src="docs/images/testconsole1-warning-pr-check-runs.png">
16+
<img width="80%" src="docs/images/testconsole1-error-pr-changes.png">
1717

1818
## Getting started
1919

docs/customizing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@ Here is the output generated by **BCC-MSBuildLog** for [this](https://github.com
5757
'startedAt': '2018-12-07T08:39:22.5858425-05:00',
5858
'sompletedAt': '2018-12-07T08:39:22.6347882-05:00'
5959
}
60+
```
61+
62+
## Submitting data
6063

61-
```
64+
Check our [swagger doc](http://buildcrosscheck.azurewebsites.net/docs/index.html) for information.
90.6 KB
Loading
78 KB
Loading
-27.6 KB
Binary file not shown.
-34.7 KB
Binary file not shown.

src/BCC.Web/Controllers/Api/TestController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ namespace BCC.Web.Controllers.Api
1010
public class TestController : ApiControllerBase
1111
{
1212
[HttpGet]
13-
[Route("test")]
13+
[Route("authentication")]
1414
[ExcludeFromCodeCoverage]
15-
public IActionResult TestAuthentication()
15+
public IActionResult Authentication()
1616
{
1717
return Json(new
1818
{

0 commit comments

Comments
 (0)