You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9141,23 +9141,23 @@ Add App Store (VPP) app purchased in Apple Business Manager.
9141
9141
9142
9142
`Status: 200`
9143
9143
9144
-
### List Fleet library apps
9144
+
### List Fleet maintained apps
9145
9145
9146
9146
> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows.
@@ -9166,7 +9166,7 @@ List available Fleet library apps.
9166
9166
9167
9167
```json
9168
9168
{
9169
-
"fleet_library_apps": [
9169
+
"fleet_maintained_apps": [
9170
9170
{
9171
9171
"id": "1",
9172
9172
"name": "1Password",
@@ -9193,32 +9193,32 @@ List available Fleet library apps.
9193
9193
}
9194
9194
```
9195
9195
9196
-
### Get Fleet library app
9196
+
### Get Fleet maintained app
9197
9197
9198
9198
> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows.
9199
9199
9200
-
Returns information about the specified Fleet library app.
9200
+
Returns information about the specified Fleet maintained app.
@@ -9230,36 +9230,36 @@ Returns information about the specified Fleet library app.
9230
9230
}
9231
9231
```
9232
9232
9233
-
### Add Fleet library app
9233
+
### Add Fleet maintained app
9234
9234
9235
9235
> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows.
9236
9236
9237
9237
_Available in Fleet Premium._
9238
9238
9239
-
Add app from Fleet library.
9239
+
Add Fleet maintained app so it's available for install.
9240
9240
9241
-
`POST /api/v1/fleet/software/fleet_library_apps`
9241
+
`POST /api/v1/fleet/software/fleet_maintained`
9242
9242
9243
9243
#### Parameters
9244
9244
9245
9245
| Name | Type | In | Description |
9246
9246
| ---- | ---- | -- | ----------- |
9247
-
|fleet_library_app_id| string | body |**Required.** The ID of Fleet library app. |
9248
-
| team_id | integer | body |**Required**. The team ID. Adds Fleet library app to the specified team. |
9249
-
| install_script | string | form | Command that Fleet runs to install software. If not specified Fleet runs default install command for each library app. |
9247
+
|fleet_maintained_app_id| string | body |**Required.** The ID of Fleet maintained app. |
9248
+
| team_id | integer | body |**Required**. The team ID. Adds Fleet maintained app to the specified team. |
9249
+
| install_script | string | form | Command that Fleet runs to install software. If not specified Fleet runs default install command for each maintained app. |
9250
9250
| pre_install_query | string | form | Query that is pre-install condition. If the query doesn't return any result, Fleet won't proceed to install. |
9251
9251
| post_install_script | string | form | The contents of the script to run after install. If the specified script fails (exit code non-zero) software install will be marked as failed and rolled back. |
9252
9252
| self_service | boolean | form | Self-service software is optional and can be installed by the end user. |
0 commit comments