Comparison

mod_http_admin_api/openapi.yaml @ 5919:095030677ae6

mod_http_admin_api: Support storing free-form text note with invitations
author Matthew Wild <mwild1@gmail.com>
date Mon, 29 Apr 2024 17:49:19 +0100
parent 5912:432efc39572f
comparison
equal deleted inserted replaced
5918:423163b65bb1 5919:095030677ae6
543 description: XMPP URI of the invite 543 description: XMPP URI of the invite
544 landing_page: 544 landing_page:
545 type: string 545 type: string
546 description: HTTPS URL of invite page (use in preference to XMPP URI when available) 546 description: HTTPS URL of invite page (use in preference to XMPP URI when available)
547 nullable: true 547 nullable: true
548 note:
549 type: string
550 nullable: true
551 description: Free-form text note/annotation to help identify the invitation
548 created_at: 552 created_at:
549 type: integer 553 type: integer
550 description: Unix timestamp of invite creation 554 description: Unix timestamp of invite creation
551 expires: 555 expires:
552 type: integer 556 type: integer
597 nullable: true 601 nullable: true
598 description: "List of roles the new account should have (primary role first)" 602 description: "List of roles the new account should have (primary role first)"
599 items: 603 items:
600 type: string 604 type: string
601 description: "Role name" 605 description: "Role name"
606 note:
607 type: string
608 nullable: true
609 description: Free-form text note/annotation to help identify the invitation
602 NewGroupInvite: 610 NewGroupInvite:
603 type: object 611 type: object
604 properties: 612 properties:
605 ttl: 613 ttl:
606 type: number 614 type: number
619 nullable: true 627 nullable: true
620 description: "List of roles the new accounts should have (primary role first)" 628 description: "List of roles the new accounts should have (primary role first)"
621 items: 629 items:
622 type: string 630 type: string
623 description: "Role name" 631 description: "Role name"
632 note:
633 type: string
634 nullable: true
635 description: Free-form text note/annotation to help identify the invitation
624 NewResetInvite: 636 NewResetInvite:
625 type: object 637 type: object
626 properties: 638 properties:
627 username: 639 username:
628 type: string 640 type: string