Skip to main content

Edit Regulations

PUT 

/api/v1/project/:projectIdentifier/regulation

Edit Regulations

Request

Path Parameters

    projectIdentifier stringrequired

    Project identifier (ID or name)

Body

array

required

  • Array [

  • name string

    Name of the regulation

    displayName string

    Display name of the regulation

    description string

    Description of the regulation

    typeId number

    ID of the regulation type

    config string

    Configuration of the regulation

    order number

    Order of the regulation

    regulation stringrequired

    Identifier (name) of the regulation

  • ]

Responses

Schema

  • Array [

  • name stringrequired

    Name of the regulation

    displayName string

    Display name of the regulation

    description string

    Description of the regulation

    type

    object

    id numberrequired

    ID of the regulation type

    name stringrequired

    Name of the regulation type

    description stringrequired

    Description of the regulation type

    projectId numberrequired

    Project associated with the regulation

    config string

    Configuration of the regulation

    order numberrequired

    Order of the regulation

  • ]

Loading...