-
Notifications
You must be signed in to change notification settings - Fork 5.6k
solving s360 issues in MarketplaceOrdering swagger #15335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0ed5fb5
solving s360 issues in MarketplaceOrdering swagger
alkigel 1b004ae
Update Agreements.json
alkigel 63857be
Update Agreements.json
alkigel 9dbf94a
Update Agreements.json
alkigel 59c1db0
Update Agreements.json
alkigel 03b4803
Update Agreements.json
alkigel ba62f52
Update Agreements.json
alkigel 3c78c48
Update Agreements.json
alkigel c8560d7
Update CancelMarketplaceTerms.json
alkigel 0f545c4
Update GetAgreementMarketplaceTerms.json
alkigel e57d4ee
Update GetMarketplaceTerms.json
alkigel 2107ef5
Update SetMarketplaceTerms.json
alkigel 91a4844
Update SignMarketplaceTerms.json
alkigel 05e4c2c
Update SignMarketplaceTerms.json
alkigel 7ab516c
Update SetMarketplaceTerms.json
alkigel 0cf0691
Update GetMarketplaceTerms.json
alkigel 4cf7ffb
Update GetAgreementMarketplaceTerms.json
alkigel dd3e4eb
Update ListMarketplaceTerms.json
alkigel e0ff3f8
Update Agreements.json
alkigel 1810f0f
Update Agreements.json
alkigel 7a9f495
Update readme.md
alkigel 573311b
Update readme.md
alkigel 9b5c6b8
Update readme.md
alkigel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,11 @@ | |
| "state": "Canceled" | ||
| } | ||
| } | ||
| }, | ||
| "415": { | ||
| "body": { | ||
| "Message": "media type unsupported" | ||
| } | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,11 @@ | |
| "state": "Canceled" | ||
| } | ||
| } | ||
| }, | ||
| "415": { | ||
| "body": { | ||
| "Message": "media type unsupported" | ||
| } | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,11 @@ | |
| "accepted": true | ||
| } | ||
| } | ||
| }, | ||
| "415": { | ||
| "body": { | ||
| "Message": "media type unsupported" | ||
| } | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,6 +37,11 @@ | |
| "accepted": true | ||
| } | ||
| } | ||
| }, | ||
| "415": { | ||
| "body": { | ||
| "Message": "media type unsupported" | ||
| } | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,11 @@ | |
| "state": "Canceled" | ||
| } | ||
| } | ||
| }, | ||
| "415": { | ||
| "body": { | ||
| "Message": "media type unsupported" | ||
| } | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.