Skip to content

Commit 44fd4cd

Browse files
committed
DOCS-9447 made an update to the description as per the MR
1 parent ddde909 commit 44fd4cd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

openapi-specs/access/browser-mgmt/PrismaAccess-Browser-Management-latest.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Prisma Browser Management Console Public API
44
version: 1.0.0
5-
description: "This Open API spec file was created on May 05, 2026. \xA9 2026 Palo\
5+
description: "This Open API spec file was created on May 06, 2026. \xA9 2026 Palo\
66
\ Alto Networks, Inc. Palo Alto Networks is a registered trademark of Palo Alto\
77
\ Networks. A list of our trademarks can be found at [https://www.paloaltonetworks.com/company/trademarks.html](https://www.paloaltonetworks.com/company/trademarks.html).\
88
\ All other marks mentioned herein may be trademarks of their respective companies."
@@ -4773,7 +4773,7 @@ paths:
47734773
tags:
47744774
- Applications
47754775
post:
4776-
summary: Create a typed application
4776+
summary: Create an application
47774777
description: Adds a new application of the specified type to the management
47784778
console. **Uniform Resource Locator Limit:** For custom, private, and non-web
47794779
applications, there is a tenant-wide limit of 15,000 URLs combined. Exceeding
@@ -4836,7 +4836,7 @@ paths:
48364836
$ref: '#/components/schemas/CreateOrReplaceAppInput'
48374837
/seb-api/v1/applications/type/{type}/{id}:
48384838
get:
4839-
summary: Get a typed application by ID
4839+
summary: Get an application by ID by type
48404840
description: Fetches a specific application object belonging to the specified
48414841
type.
48424842
operationId: GetSeb-apiV1ApplicationsTypeBy_typebyid
@@ -4893,7 +4893,7 @@ paths:
48934893
tags:
48944894
- Applications
48954895
patch:
4896-
summary: Update a typed application
4896+
summary: Update an application
48974897
description: Partially updates an application - provided attributes are set
48984898
as specified, others remain unchanged. **Uniform Resource Locator Limit:**
48994899
For custom, private, and non-web applications, there is a tenant-wide limit
@@ -4964,7 +4964,7 @@ paths:
49644964
schema:
49654965
$ref: '#/components/schemas/PatchAppInput'
49664966
delete:
4967-
summary: Delete a typed application
4967+
summary: Delete an application by type
49684968
description: Removes an application of the specified type from the system.
49694969
operationId: DeleteSeb-apiV1ApplicationsTypeBy_typebyid
49704970
responses:
@@ -5032,7 +5032,7 @@ paths:
50325032
- Applications
50335033
/seb-api/v1/applications/bulk-create/{type}:
50345034
post:
5035-
summary: Bulk create typed applications
5035+
summary: Bulk create applications
50365036
description: Adds multiple new applications of the specified type to the management
50375037
console in a single operation. **Uniform Resource Locator Limit:** For custom,
50385038
private, and non-web applications, there is a tenant-wide limit of 15,000

0 commit comments

Comments
 (0)