Update 'Address' object
  • 22 Nov 2023
  • 1 Minute to read
  • Contributors

    Update 'Address' object


      Article Summary

      Put
      /v2/objects/addresses/{objectId}

      Required permission: ["objects:update"]

      Security
      Http
      Type bearer
      Path parameters
      objectId
      stringRequired
      Body parameters
      object
      name
      string Required

      The name of the Objects

      Max length100
      Min length3
      Pattern^[a-zA-Z0-9_ ]+$
      description
      string
      Responses
      200

      Success

      object
      name
      string

      The name of the Objects

      Max length100
      Min length3
      Pattern^[a-zA-Z0-9_ ]+$
      description
      string
      401

      Unauthorized

      403

      Forbidden

      409

      Conflict - You cannot delete an address that is associated with one or more policies


      Was this article helpful?