31 lines
546 B
YAML
31 lines
546 B
YAML
info:
|
|
name: Get Admin Library
|
|
type: http
|
|
seq: 5
|
|
http:
|
|
method: GET
|
|
url: '{{base_url}}/admin/library'
|
|
auth: inherit
|
|
body:
|
|
type: none
|
|
|
|
docs: |-
|
|
## Get Admin Library Page
|
|
|
|
Retrieves the admin library page for administrative access.
|
|
|
|
**Method:** GET
|
|
|
|
**Endpoint:** /admin/library
|
|
|
|
**Headers:**
|
|
- `Authorization` (string): Bearer token
|
|
|
|
**Response:**
|
|
- HTML content for the admin library page
|
|
|
|
**Status Codes:**
|
|
- 200: Success
|
|
- 401: Unauthorized
|
|
- 403: Forbidden
|