Skip to content

Commit

Permalink
Updating to reflect the latest changes in the TCA API
Browse files Browse the repository at this point in the history
  • Loading branch information
tiipghci committed Oct 18, 2021
1 parent b71c88f commit 90208df
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 338 deletions.
8 changes: 7 additions & 1 deletion tca-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ info:
* If you registered a webhook, a callback will be sent to it when report is complete
* The status of the *report* will also be updated to `COMPLETE`
* Request a URL with parameters to view the Similarity Report
version: 1.0.226
version: 1.0.228
externalDocs:
description: Developer Portal Documentation page
url: https://developers.turnitin.com/docs
Expand Down Expand Up @@ -2121,6 +2121,12 @@ components:
SimilaritySettings:
type: object
properties:
default_mode:
type: string
description: default similarity mode when viewing a report; set to either match_overview or all_sources
enum:
- match_overview
- all_sources
modes:
type: object
properties:
Expand Down
Loading

0 comments on commit 90208df

Please sign in to comment.