Replace a sub-element: SD.session-agent.auth-attribute

put

https://cloud-native-SBC-IP/config/v1/sd/session-agent/{ElementKey}/auth-attribute/{ElementKeySE}

Replace a sub-element: SD.session-agent.auth-attribute

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
list of auth-attributes
Show Source
Nested Schema : in-dialog-methods
Type: array
in dialog methods to add authentication headers to
Show Source
  • Allowed Values: [ "INVITE", "ACK", "BYE", "CANCEL", "REGISTER", "OPTIONS", "PRACK", "SUBSCRIBE", "NOTIFY", "PUBLISH", "INFO", "REFER", "MESSAGE", "UPDATE" ]
Nested Schema : password
authentication password
Match All
authentication password
Show Source
Back to Top

Response

Supported Media Types

200 Response

return one sub element: SipAuthAttribute
Body ()
Root Schema : schema
Type: object
list of auth-attributes
Show Source
Nested Schema : in-dialog-methods
Type: array
in dialog methods to add authentication headers to
Show Source
  • Allowed Values: [ "INVITE", "ACK", "BYE", "CANCEL", "REGISTER", "OPTIONS", "PRACK", "SUBSCRIBE", "NOTIFY", "PUBLISH", "INFO", "REFER", "MESSAGE", "UPDATE" ]
Nested Schema : password
authentication password
Match All
authentication password
Show Source

404 Response

Not Found
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source

406 Response

Validation Failure
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source
Back to Top