Update cross connection point partially
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update cross connection point partially

  • Dark
    Light
  • PDF

Article summary

Patch
/ccps/{id}

Operation is used to update specific fields in existing cross connection point. Available from product version 3.2.8.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of cross connection point to update

Body parameters

Cross connection point attributes and values to be updated

object
bitrate
integer

Bitrate id

ccpOwner
integer

Cross connection point owner id

channelType
integer

Channel type id

connectorType
integer

Connector type id

constState
integer

Construction state id

freeStatus
integer

Defines if cross connection point is free

Valid values[ 1, 0 ]
functionality
string

Functionality

name
string Required

Name of cross connection point

parent
integer

Id of parent cross connection point

priority
integer

Priority id

remarks
string

Remarks

signalDirection
integer

Signal direction id

startThread
integer Required

Start thread

subCcpOrder
integer

Sub connector order

subchannelsExist
string

Defines whether subchannels exist or not

Valid values[ "1", "0" ]
technology
integer

Technology

terminal
integer Required

Terminal id

Responses
200

Object was updated successfully

object
bitrate
integer

Bitrate id

ccpOwner
integer

Cross connection point owner id

channelType
integer

Channel type id

connectorType
integer

Connector type id

constState
integer

Construction state id

freeStatus
integer

Defines if cross connection point is free

Valid values[ 1, 0 ]
functionality
string

Functionality

id
integer

Primary key

name
string

Name of cross connection point

parent
integer

Id of parent cross connection point

priority
integer

Priority id

remarks
string

Remarks

signalDirection
integer

Signal direction id

startThread
integer

Start thread

subCcpOrder
integer

Sub connector order

subchannelsExist
string

Defines whether subchannels exist or not

Valid values[ "1", "0" ]
technology
integer

Technology

terminal
integer

Terminal id

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?