Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mist.openapi.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions mist.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ info:
contact:
email: tmunzer@juniper.net
name: Thomas Munzer
description: '> Version: **2511.1.11**
description: '> Version: **2511.1.12**

>

> Date: **January 18, 2025**
> Date: **January 19, 2025**

<div class="notification"> NOTE:<br>Some important API changes will be introduced.
Please make sure to read the <a href="https://www.juniper.net/documentation/us/en/software/mist/api/http/guides/important-api-changes">announcements</a>
Expand Down Expand Up @@ -51,7 +51,7 @@ info:
name: MIT
url: https://raw.githubusercontent.com/tmunzer/Mist-OAS3.0/main/LICENSE
title: Mist API
version: 2511.1.11
version: 2511.1.12
x-logo:
altText: Juniper-MistAI
backgroundColor: '#FFFFFF'
Expand Down Expand Up @@ -79950,12 +79950,14 @@ components:
- init
type: string
port_stp_role:
description: 'enum: `alternate`, `backup`, `designated`, `root`, `root-prevented`'
description: 'enum: `alternate`, `backup`, `designated`, `disabled`, `root`,
`root-prevented`'
enum:
- ''
- alternate
- backup
- designated
- disabled
- root
- root-prevented
type: string
Expand Down Expand Up @@ -94571,7 +94573,6 @@ components:
- mac
- org_id
- port_id
- port_mac
- site_id
type: object
stats_switch_port_poe_mode:
Expand Down
Loading