Skip to content

Commit

Permalink
Add R91
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-huttenhuis committed Dec 20, 2023
1 parent 4f92fd4 commit be45c75
Show file tree
Hide file tree
Showing 5 changed files with 7,361 additions and 4 deletions.
4 changes: 2 additions & 2 deletions definitions/openapi_latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name" : "BlueConic",
"url" : "https://github.com/blueconic/openapi/blob/main/LICENSE.MD"
},
"version" : "90.0"
"version" : "91.0"
},
"servers" : [ {
"url" : "https://{blueconicHostname}/rest/v2",
Expand Down Expand Up @@ -2013,7 +2013,7 @@
"type" : "string",
"default" : "None",
"description" : "The merge strategy of the profile property.",
"enum" : [ "BOTH", "SUM", "HIGHEST", "LOWEST", "LATEST", "OLDEST", "KEEP_CURRENT" ]
"enum" : [ "BOTH", "SUM", "HIGHEST", "LOWEST", "LATEST", "OLDEST", "KEEP_CURRENT", "SYSTEM_DEFINED" ]
},
"name" : {
"type" : "string",
Expand Down
3 changes: 2 additions & 1 deletion definitions/openapi_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ info:
license:
name: BlueConic
url: https://github.com/blueconic/openapi/blob/main/LICENSE.MD
version: "90.0"
version: "91.0"
servers:
- url: "https://{blueconicHostname}/rest/v2"
description: The BlueConic server
Expand Down Expand Up @@ -3577,6 +3577,7 @@ components:
- LATEST
- OLDEST
- KEEP_CURRENT
- SYSTEM_DEFINED
name:
type: string
description: The object name.
Expand Down
2,926 changes: 2,926 additions & 0 deletions definitions/r90/openapi.json

Large diffs are not rendered by default.

Loading

0 comments on commit be45c75

Please sign in to comment.