PUT v1/nodetypes/{nodeTypeId}

Update the short name of a backup node type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nodeTypeId integer

Required

Body Parameters

NodeType
NameDescriptionTypeAdditional information
Id ID of the data-source state
integer

None.

Name Name of type
string

None.

ShortName A shorter name used for node naming rules
These are managed by the system owner
string

None.

CreatedDate Time and date the object was created.
date

Read-only.

ArchivedDate Time and date the object was or is going to be archived.

Unarchived objects have no value in ArchivedDate
date

Read-only.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<NodeType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <CreatedDate>2024-05-20T16:49:08.5193031+02:00</CreatedDate>
  <ArchivedDate>2024-05-20T16:49:08.5193031+02:00</ArchivedDate>
  <ShortName>sample string 2</ShortName>
</NodeType>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.