Skip to content

Commit

Permalink
Merge pull request #996 from tranchitella/fix-api-docs
Browse files Browse the repository at this point in the history
fix: example for the artifact info properties in the API docs
  • Loading branch information
tranchitella authored Feb 19, 2024
2 parents 92d7771 + c16f5ed commit ea39612
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions docs/internal_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ definitions:
name: Application 1.0.0
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -914,8 +914,8 @@ definitions:
name: Application 1.0.0
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down
48 changes: 24 additions & 24 deletions docs/management_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand All @@ -806,8 +806,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Raspberry Pi]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -836,8 +836,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -949,8 +949,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand All @@ -977,8 +977,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Raspberry Pi]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -1007,8 +1007,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -1388,8 +1388,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -1937,8 +1937,8 @@ definitions:
name: Application 1.0.0
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -2000,8 +2000,8 @@ definitions:
name: Application 1.0.0
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -2146,8 +2146,8 @@ definitions:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -2285,8 +2285,8 @@ definitions:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand All @@ -2313,8 +2313,8 @@ definitions:
description: Johns Monday test build
device_types_compatible: [Raspberry Pi]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down
24 changes: 12 additions & 12 deletions docs/management_api_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand All @@ -152,8 +152,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Raspberry Pi]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -182,8 +182,8 @@ paths:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -456,8 +456,8 @@ definitions:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down Expand Up @@ -543,8 +543,8 @@ definitions:
description: Johns Monday test build
device_types_compatible: [Beagle Bone]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand All @@ -571,8 +571,8 @@ definitions:
description: Johns Monday test build
device_types_compatible: [Raspberry Pi]
info:
type_info:
type: rootfs
format: mender
version: 3
signed: false
updates:
- type_info:
Expand Down

0 comments on commit ea39612

Please sign in to comment.