comparison mod_http_admin_api/openapi.yaml @ 5650:0eb2d5ea2428

merge
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Sat, 06 May 2023 19:40:23 -0500
parents f60287bba62c
children 2aa66e928aa0
comparison
equal deleted inserted replaced
5649:2c69577b28c2 5650:0eb2d5ea2428
480 description: XMPP username of the user 480 description: XMPP username of the user
481 display_name: 481 display_name:
482 type: string 482 type: string
483 description: Display name of the user 483 description: Display name of the user
484 nullable: true 484 nullable: true
485 role:
486 type: string
487 description: Primary role of the user
488 nullable: true
489 secondary_roles:
490 type: array
491 description: List of additional roles assigned to the user
492 items:
493 type: string
494 roles:
495 type: array
496 description: List of roles assigned to the user (Legacy)
497 deprecated: true
498 items:
499 type: string
485 email: 500 email:
486 type: string 501 type: string
487 description: Optional email address for the user (NYI) 502 description: Optional email address for the user (NYI)
488 nullable: true 503 nullable: true
489 phone: 504 phone:
778 required: 793 required:
779 - value 794 - value
780 - since 795 - since
781 properties: 796 properties:
782 since: 797 since:
783 type: float 798 type: number
784 description: The metric epoch as UNIX timestamp 799 description: The metric epoch as UNIX timestamp
785 value: 800 value:
786 type: float 801 type: number
787 description: Seconds of CPU time used since the metric epoch 802 description: Seconds of CPU time used since the metric epoch
788 c2s: 803 c2s:
789 type: integer 804 type: integer
790 description: Number of active c2s sessions 805 description: Number of active c2s sessions
791 uploads: 806 uploads: