For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTAdd group to form
        • POSTDelete a form by ID
        • POSTExport form
        • GETGet an element definition
        • GETGet details of form by ID
        • GETGet details of form by name
        • POSTGet service instance data
        • POSTImport form
        • GETList all elements usable in forms
        • GETList all form names
        • GETList groups for a form
        • PUTOverwrite groups for a form
        • POSTPreserve incoming form data format
        • DELRemove a group from a form
        • DELRemove all authorization restriction for a form
        • POSTSave a generated form
        • POSTSearch forms
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceFormbuilder

Overwrite groups for a form

PUT
http://localhost:3000/formbuilder/forms/:name/groups
PUT
/formbuilder/forms/:name/groups
$curl -X PUT http://localhost:3000/formbuilder/forms/name/groups \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1true
Overwrites the list of groups that have access to a Form.
Was this page helpful?
Previous

Preserve incoming form data format

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

namestringRequired
Name of Form

Request

request body
groupslist of strings or maps from strings to anyOptional

Response

Status of Overwrite

Errors

500
Internal Server Error