Update Extra Attribute partially
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update Extra Attribute partially

  • Dark
    Light
  • PDF

Article summary

Patch
/extra-attributes/{id}/

Operation is used to update specific fields in existing Extra Attribute. Available from product version 3.0.24.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Extra Attribute to update

Body parameters

Extra Attribute properties and values to be updated

object
dataType
string

type of data supported by Extra Attribute. Available types are Text (enum text), Multiple line Text (enum multex), Float (enum float), Integer (enum int), Link (enum link), Read-only (enum read_only). Read-only enum is available from product version 3.2.16 if ordered.

Valid values[ "text", "float", "int", "link", "multex", "read_only" ]
description
string

description of Extra Attribute

identifier
string

Unique identifier of Extra Attribute

name
string Required

Name of Extra Attribute

order
integer

Extra Attribute order in the list of attributes output in UI.

Responses
200

Object was updated successfully

object
created
string (date-time)

Creation date and time

dataType
string

type of data supported by Extra Attribute. Available types are Text (enum text), Multiple line Text (enum multex), Float (enum float), Integer (enum int), Link (enum link), Read-only (enum read_only). Read-only enum is available from product version 3.2.16 if ordered.

Valid values[ "text", "float", "int", "link", "multex", "read_only" ]
description
string

description of Extra Attribute

id
integer

Unique id of Extra Attribute

identifier
string

Unique identifier of Extra Attribute

modified
string (date-time)

Creation date and time

name
string

Name of Extra Attribute

order
integer

Extra Attribute order in the list of attributes output in UI.

relatedInstanceType
integer

Object type id the attribute is bound to.

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?