Skip to content

docs(openapi): Fix documented response code - #227

Merged
mikeproeng37 merged 1 commit into
masterfrom
mikecdavis/update-api-spec
Jun 16, 2020
Merged

docs(openapi): Fix documented response code#227
mikeproeng37 merged 1 commit into
masterfrom
mikecdavis/update-api-spec

Conversation

@mikecdavis

@mikecdavismikecdavis commented May 20, 2020

Copy link
Copy Markdown
Contributor

Summary

The current API spec is out of date with the existing implementation. /track returns an HTTP 200 and not a 204. The change was made as part of this commit, but the spec was not updated.

The current API spec is out of date with the existing implementation. `/track` returns an HTTP 200 and not a 204. The change was made as part of [this](70300ad#diff-792ff1ebb42545c5d3e4b34233906b27L75-R70) commit, but the spec was not updated.
@codecov

codecovBot commented May 20, 2020

Copy link
Copy Markdown

Codecov Report

Merging #227 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@ Coverage Diff @@## master #227 +/- ##
=======================================
Coverage 82.55% 82.55% =======================================
Files 27 27 Lines 1261 1261 =======================================
Hits 1041 1041 Misses 165 165 Partials 55 55 
Impacted FilesCoverage Δ
pkg/optimizely/client.go80.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 573c10d...6c05bfe. Read the comment docs.

@mikeproeng37
mikeproeng37 merged commit d28da69 into masterJun 16, 2020
@mikeproeng37
mikeproeng37 deleted the mikecdavis/update-api-spec branch June 16, 2020 02:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@mikecdavis@mjc1283@mikeproeng37