Version 1.0.0-25.1.1 to 1.0.0
Table of Contents
Breaking changes (5)
New (0)
Deprecated (0)
Updates (4)
Breaking changes
The following are changes to the API that may break an application or integration.
[Topology API Documentation]
- POST /v1/otsoms
- API Operation Summary: Fetch Link Response Data
- ⛔️ Breaking Change - Removed operation
[Topology API documentation]
- POST /v1/links/{otsLinkUid}
- API Operation Summary: Add OTS link description or update existing description for OTS link
- ⛔️ Breaking Change - removed the media type 'text/plain' for the response with the status '200'
- POST /v1/live-spanloss
- API Operation Summary: Fetch live spanloss Data
- ⛔️ Breaking Change - removed the request property '/items/degrees'
- ⛔️ Breaking Change - removed the optional property '/items/data/items/rx-span-loss/span-loss-measure/items/measured-span-loss-accuracy' from the response with the '200' status
- ⛔️ Breaking Change - removed the optional property '/items/data/items/tx-span-loss/span-loss-measure/items/measured-span-loss-accuracy' from the response with the '200' status
- GET /v1/oms-links/{link-uuid}
- API Operation Summary: Return whole information about OMS link by UUID
- ⛔️ Breaking Change - removed the optional property 'description' from the response with the '200' status
- ⛔️ Breaking Change - removed the optional property 'tags' from the response with the '200' status
- GET /v1/otsLinks/{otsLinkUID}
- API Operation Summary: Return whole information about OTS link by UUID
- ⛔️ Breaking Change - removed the optional property 'tags' from the response with the '200' status
New
The following operations are introduced with this release:
Deprecated
The following operations and properties will be removed in future releases. Therefore, it is not recommended to use these resources.
Updates
[Topology API documentation]
- POST /v1/links/{otsLinkUid}
- API Operation Summary: Add OTS link description or update existing description for OTS link
- ⛔️ Breaking Change -removed the media type 'text/plain' for the response with the status '200'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '400'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '404'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '405'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '500'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '400'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '404'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '405'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '500'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '400'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '404'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '405'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '500'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '400'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '404'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '405'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '500'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '400'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '404'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '405'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '500'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '400'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '404'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '405'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '500'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '400'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '404'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '405'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '500'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- the endpoint scheme security 'httpBasic' was added to the API
- the endpoint scheme security 'basicAuth' was removed from the API
- api tag 'Topology API documentation' added
- api tag 'Topology API Documentation' removed
- added the media type 'application/json' for the response with the status '200'
- POST /v1/live-spanloss
- API Operation Summary: Fetch live spanloss Data
- ⛔️ Breaking Change -removed the request property '/items/degrees'
- ⛔️ Breaking Change -removed the optional property '/items/data/items/rx-span-loss/span-loss-measure/items/measured-span-loss-accuracy' from the response with the '200' status
- ⛔️ Breaking Change -removed the optional property '/items/data/items/tx-span-loss/span-loss-measure/items/measured-span-loss-accuracy' from the response with the '200' status
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '400'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '404'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '405'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '500'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '400'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '404'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '405'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '500'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '400'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '404'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '405'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '500'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '400'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '404'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '405'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '500'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '400'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '404'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '405'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '500'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '400'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '404'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '405'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '500'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '400'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '404'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '405'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '500'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- the endpoint scheme security 'httpBasic' was added to the API
- the endpoint scheme security 'basicAuth' was removed from the API
- api tag 'Topology API documentation' added
- api tag 'Topology API Documentation' removed
- added the new optional request property '/items/degreeData'
- GET /v1/oms-links/{link-uuid}
- API Operation Summary: Return whole information about OMS link by UUID
- ⛔️ Breaking Change -removed the optional property 'description' from the response with the '200' status
- ⛔️ Breaking Change -removed the optional property 'tags' from the response with the '200' status
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '400'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '404'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '405'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '500'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '400'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '404'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '405'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '500'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '400'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '404'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '405'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '500'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '400'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '404'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '405'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '500'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '400'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '404'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '405'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '500'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '400'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '404'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '405'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '500'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '400'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '404'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '405'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '500'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- the endpoint scheme security 'httpBasic' was added to the API
- the endpoint scheme security 'basicAuth' was removed from the API
- api tag 'Topology API documentation' added
- api tag 'Topology API Documentation' removed
- GET /v1/otsLinks/{otsLinkUID}
- API Operation Summary: Return whole information about OTS link by UUID
- ⛔️ Breaking Change -removed the optional property 'tags' from the response with the '200' status
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '100 CONTINUE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '101 SWITCHING_PROTOCOLS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '400'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '404'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '405'
- added the new '102 PROCESSING' enum value to the 'httpStatus' response property for the response status '500'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '103 CHECKPOINT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '400'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '404'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '405'
- added the new '200 OK' enum value to the 'httpStatus' response property for the response status '500'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '201 CREATED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '202 ACCEPTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '400'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '404'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '405'
- added the new '203 NON_AUTHORITATIVE_INFORMATION' enum value to the 'httpStatus' response property for the response status '500'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '204 NO_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '205 RESET_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '206 PARTIAL_CONTENT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '207 MULTI_STATUS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '208 ALREADY_REPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '226 IM_USED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '300 MULTIPLE_CHOICES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '301 MOVED_PERMANENTLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '302 MOVED_TEMPORARILY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '400'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '404'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '405'
- added the new '303 SEE_OTHER' enum value to the 'httpStatus' response property for the response status '500'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '304 NOT_MODIFIED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '305 USE_PROXY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '307 TEMPORARY_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '308 PERMANENT_REDIRECT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '400'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '404'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '405'
- added the new '400 BAD_REQUEST' enum value to the 'httpStatus' response property for the response status '500'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '401 UNAUTHORIZED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '402 PAYMENT_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '400'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '404'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '405'
- added the new '403 FORBIDDEN' enum value to the 'httpStatus' response property for the response status '500'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '400'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '404'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '405'
- added the new '404 NOT_FOUND' enum value to the 'httpStatus' response property for the response status '500'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '405 METHOD_NOT_ALLOWED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '406 NOT_ACCEPTABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '407 PROXY_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '408 REQUEST_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '409 CONFLICT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '410 GONE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '411 LENGTH_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '412 PRECONDITION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 PAYLOAD_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '413 REQUEST_ENTITY_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 REQUEST_URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '400'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '404'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '405'
- added the new '414 URI_TOO_LONG' enum value to the 'httpStatus' response property for the response status '500'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '415 UNSUPPORTED_MEDIA_TYPE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '416 REQUESTED_RANGE_NOT_SATISFIABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '417 EXPECTATION_FAILED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '418 I_AM_A_TEAPOT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '419 INSUFFICIENT_SPACE_ON_RESOURCE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '420 METHOD_FAILURE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '421 DESTINATION_LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '422 UNPROCESSABLE_ENTITY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '423 LOCKED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '424 FAILED_DEPENDENCY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '425 TOO_EARLY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '426 UPGRADE_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '428 PRECONDITION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '429 TOO_MANY_REQUESTS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '431 REQUEST_HEADER_FIELDS_TOO_LARGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '400'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '404'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '405'
- added the new '451 UNAVAILABLE_FOR_LEGAL_REASONS' enum value to the 'httpStatus' response property for the response status '500'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '400'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '404'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '405'
- added the new '500 INTERNAL_SERVER_ERROR' enum value to the 'httpStatus' response property for the response status '500'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '501 NOT_IMPLEMENTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '400'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '404'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '405'
- added the new '502 BAD_GATEWAY' enum value to the 'httpStatus' response property for the response status '500'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '503 SERVICE_UNAVAILABLE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '400'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '404'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '405'
- added the new '504 GATEWAY_TIMEOUT' enum value to the 'httpStatus' response property for the response status '500'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '505 HTTP_VERSION_NOT_SUPPORTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '400'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '404'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '405'
- added the new '506 VARIANT_ALSO_NEGOTIATES' enum value to the 'httpStatus' response property for the response status '500'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '400'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '404'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '405'
- added the new '507 INSUFFICIENT_STORAGE' enum value to the 'httpStatus' response property for the response status '500'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '508 LOOP_DETECTED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '509 BANDWIDTH_LIMIT_EXCEEDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '510 NOT_EXTENDED' enum value to the 'httpStatus' response property for the response status '500'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '400'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '404'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '405'
- added the new '511 NETWORK_AUTHENTICATION_REQUIRED' enum value to the 'httpStatus' response property for the response status '500'
- the endpoint scheme security 'httpBasic' was added to the API
- the endpoint scheme security 'basicAuth' was removed from the API
- api tag 'Topology API documentation' added
- api tag 'Topology API Documentation' removed