Skip to content

Commit 06430c9

Browse files
Merge pull request #1329 from PaloAltoNetworks/BAN-30690
BAN-30690: API Doc Bug Fix
2 parents d5d0711 + 3c2ffd3 commit 06430c9

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

openapi-specs/iot/components/schemas.yaml

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,31 +1676,34 @@ schemas:
16761676
type: string
16771677

16781678
UpdateSitePayloadSchema:
1679-
type: object
1680-
required:
1681-
- external_id
1682-
properties:
1683-
external_id:
1684-
type: string
1685-
description: External identifier for the site
1686-
description:
1687-
type: string
1688-
description: Detailed description of the site
1689-
location:
1690-
type: string
1691-
description: Physical location of the site
1692-
subnetsList:
1693-
type: array
1694-
description: List of subnets associated with this site
1695-
items:
1679+
type: array
1680+
description: Array of site definitions to be updated
1681+
items:
1682+
type: object
1683+
required:
1684+
- external_id
1685+
properties:
1686+
external_id:
16961687
type: string
1697-
description: Subnet in CIDR notation
1698-
segmentList:
1699-
type: array
1700-
description: List of network segments within this site (optional - only provide if updating)
1701-
items:
1688+
description: External identifier for the site
1689+
description:
1690+
type: string
1691+
description: Detailed description of the site
1692+
location:
17021693
type: string
1703-
description: Network segment identifier
1694+
description: Physical location of the site
1695+
subnetsList:
1696+
type: array
1697+
description: List of subnets associated with this site
1698+
items:
1699+
type: string
1700+
description: Subnet in CIDR notation
1701+
segmentList:
1702+
type: array
1703+
description: List of network segments within this site (optional - only provide if updating)
1704+
items:
1705+
type: string
1706+
description: Network segment identifier
17041707

17051708
UpdateSiteResponse:
17061709
type: object

0 commit comments

Comments
 (0)