Skip to content

Commit

Permalink
OAS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackit-pipeline committed Aug 8, 2024
1 parent 11b7ad7 commit 36fcb02
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions services/sqlserverflex/v1/sqlserverflex.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,49 @@
},
"type": "object"
},
"GetBackupResponse": {
"properties": {
"endTime": {
"description": "Backup end time in UTC",
"type": "string"
},
"error": {
"description": "Backup error",
"type": "string"
},
"id": {
"description": "Backup id",
"type": "string"
},
"labels": {
"description": "Backup labels",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Backup name",
"type": "string"
},
"options": {
"additionalProperties": {
"type": "string"
},
"description": "Backup specific options",
"type": "object"
},
"size": {
"description": "Backup size in byte",
"type": "integer"
},
"startTime": {
"description": "Backup start time in UTC",
"type": "string"
}
},
"type": "object"
},
"GetDatabaseResponse": {
"properties": {
"database": {
Expand Down Expand Up @@ -695,49 +738,6 @@
},
"type": "object"
},
"backup.DocumentationGetBackupResponse": {
"properties": {
"endTime": {
"description": "Backup end time in UTC",
"type": "string"
},
"error": {
"description": "Backup error",
"type": "string"
},
"id": {
"description": "Backup id",
"type": "string"
},
"labels": {
"description": "Backup labels",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Backup name",
"type": "string"
},
"options": {
"additionalProperties": {
"type": "string"
},
"description": "Backup specific options",
"type": "object"
},
"size": {
"description": "Backup size in byte",
"type": "integer"
},
"startTime": {
"description": "Backup start time in UTC",
"type": "string"
}
},
"type": "object"
},
"database.DocumentationCreateDatabaseRequestOptions": {
"properties": {
"collation": {
Expand Down Expand Up @@ -1747,7 +1747,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/backup.DocumentationGetBackupResponse"
"$ref": "#/components/schemas/GetBackupResponse"
}
}
},
Expand Down

0 comments on commit 36fcb02

Please sign in to comment.