Merge pull request #43913 from thaJeztah/fix_api_swagger
api: swagger: fix invalid example value (API v1.39-v1.41)
This commit is contained in:
commit
1192b468e9
3 changed files with 3 additions and 3 deletions
|
@ -8228,7 +8228,7 @@ paths:
|
|||
BuildCache:
|
||||
-
|
||||
ID: "hw53o5aio51xtltp5xjp8v7fx"
|
||||
Parent: """
|
||||
Parent: ""
|
||||
Type: "regular"
|
||||
Description: "pulled from docker.io/library/debian@sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0"
|
||||
InUse: false
|
||||
|
|
|
@ -8559,7 +8559,7 @@ paths:
|
|||
BuildCache:
|
||||
-
|
||||
ID: "hw53o5aio51xtltp5xjp8v7fx"
|
||||
Parent: """
|
||||
Parent: ""
|
||||
Type: "regular"
|
||||
Description: "pulled from docker.io/library/debian@sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0"
|
||||
InUse: false
|
||||
|
|
|
@ -8772,7 +8772,7 @@ paths:
|
|||
BuildCache:
|
||||
-
|
||||
ID: "hw53o5aio51xtltp5xjp8v7fx"
|
||||
Parent: """
|
||||
Parent: ""
|
||||
Type: "regular"
|
||||
Description: "pulled from docker.io/library/debian@sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0"
|
||||
InUse: false
|
||||
|
|
Loading…
Reference in a new issue