Skip to content

Commit

Permalink
extend /plugin/list with additional properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdubr committed Nov 25, 2024
1 parent 37121b4 commit 30a50c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/.vuepress/public/files/rundeck-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11436,6 +11436,12 @@ components:
type: object
additionalProperties: true
description: "Map of metadata about the plugin if present. Since: v40"
isHighlighted:
type: boolean
description: "Indication of whether the plugin is marked as highlighted. Since: v51"
highlightedOrder:
type: integer
description: "Order of the highlighted plugin. Since: v51"
ApiRunAdhocRequest:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BaseTransition } from "vue"

const RUNDECK_VERSION='5.7.0'
const RUNDECK_VERSION_FULL='5.7.0-SNAPSHOT'
const API_VERSION='49'
const API_VERSION='51'
const API_DEP_REL='6.0.0'
const API_DEP_VER='17'
const API_MIN_VER='14'
Expand Down
5 changes: 5 additions & 0 deletions docs/api/rundeck-api-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Changes introduced by API Version number:
API versions below `{{$apiDepVersion}}` are *deprecated*. Clients using earlier versions should upgrade to use `{{$apiDepVersion}}` as the minimum version before release `{{ $apiDepRelease }}` to avoid errors.
:::

### Version 51

* Updated Endpoints:
* [`GET /api/V/plugin/list`][GET /api/V/plugin/list] - Plugin detail includes `isHighlighted` and `highlightedOrder`

### Version 50

* Updated Endpoints:
Expand Down

0 comments on commit 30a50c4

Please sign in to comment.