-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added response for put and patch operation for hpcworkbench resource …
…provider (#5418) * Added response for put and patch operation and updated consortium definition * Updated examples * Fixed linter validation * Added 202 response in delete * Updated examples * Updated tags and operation API * Fixed validation errors * Fixed validation errors * Added response 200 * Updated examples * Fixed model validation error * Fixed validation error * Modified consortium property networkAcl * Fixed warning * Modifed consortium property
- Loading branch information
1 parent
0511392
commit 17a95e4
Showing
35 changed files
with
300 additions
and
230 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"200": { | ||
"body": {} | ||
}, | ||
"204": {} | ||
"204": {}, | ||
"202": {} | ||
} | ||
} |
Oops, something went wrong.