Consolidate hosts
Merges all ip_addresses, ports, and services from other_host into destination_host, then deletes other_host. Both hosts must be on the same network.
Merge Behavior
- Interfaces: Transferred to destination. If an interface with matching subnet+IP or MAC already exists on destination, bindings are remapped to use the existing interface.
- Ports: Transferred to destination. If a port with the same number and protocol already exists, bindings are remapped to use the existing port.
- Services: Transferred to destination with deduplication. See upsert behavior for details.
Restrictions
- Cannot consolidate a host with itself.
- Cannot consolidate a host that has a daemon - consolidate into it instead.
Path parameters
Destination host ID - will receive all children
Host to merge into destination - will be deleted
Response
Hosts consolidated successfully
Example response
{
"data": {
"created_at": "2026-01-15T10:30:00Z",
"credential_assignments": [],
"description": "Primary web server",
"hidden": false,
"hostname": "web-server-01.local",
"id": "550e8400-e29b-41d4-a716-446655440003",
"interfaces": [
{
"admin_status": "Up",
"cdp_address": null,
"cdp_device_id": null,
"cdp_platform": null,
"cdp_port_id": null,
"created_at": "2026-01-15T10:30:00Z",
"first_discovery_id": null,
"host_id": "550e8400-e29b-41d4-a716-446655440003",
"id": "550e8400-e29b-41d4-a716-44665544000f",
"if_alias": "Uplink to Core Switch",
"if_descr": "GigabitEthernet0/1",
"if_index": 1,
"if_name": "Gi0/1",
"if_type": 6,
"ip_address_id": "550e8400-e29b-41d4-a716-446655440005",
"last_discovery_id": null,
"last_seen_at": "2026-01-15T10:30:00Z",
"lineage_id": null,
"lldp_chassis_id": null,
"lldp_mgmt_addr": null,
"lldp_port_desc": null,
"lldp_port_id": null,
"lldp_sys_desc": null,
"lldp_sys_name": null,
"mac_address": "DE:AD:BE:EF:CA:FE",
"neighbor": null,
"neighbor_seen_at": null,
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"oper_status": "Up",
"speed_bps": 1000000000,
"updated_at": "2026-01-15T10:30:00Z",
"valid_from": "2026-01-15T10:30:00Z",
"valid_to": null
}
],
"ip_addresses": [
{
"created_at": "2026-01-15T10:30:00Z",
"first_discovery_id": null,
"host_id": "550e8400-e29b-41d4-a716-446655440003",
"id": "550e8400-e29b-41d4-a716-446655440005",
"ip_address": "192.168.1.100",
"last_discovery_id": null,
"last_seen_at": "2026-01-15T10:30:00Z",
"lineage_id": null,
"mac_address": "DE:AD:BE:EF:CA:FE",
"name": "eth0",
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"position": 0,
"subnet_id": "550e8400-e29b-41d4-a716-446655440004",
"updated_at": "2026-01-15T10:30:00Z",
"valid_from": "2026-01-15T10:30:00Z",
"valid_to": null
}
],
"last_seen_at": "2026-01-15T10:30:00Z",
"name": "web-server-01",
"name_source": "Manual",
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"ports": [
{
"created_at": "2026-01-15T10:30:00Z",
"first_discovery_id": null,
"host_id": "550e8400-e29b-41d4-a716-446655440003",
"id": "550e8400-e29b-41d4-a716-446655440006",
"last_discovery_id": null,
"last_seen_at": "2026-01-15T10:30:00Z",
"lineage_id": null,
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"number": 80,
"protocol": "Tcp",
"type": "Http",
"updated_at": "2026-01-15T10:30:00Z",
"valid_from": "2026-01-15T10:30:00Z",
"valid_to": null
}
],
"services": [
{
"bindings": [
{
"created_at": "2026-08-26T01:22:52.422761Z",
"first_discovery_id": null,
"id": "75ac6952-cc37-4a61-a171-ce1ad0dde536",
"ip_address_id": "550e8400-e29b-41d4-a716-446655440005",
"last_discovery_id": null,
"last_seen_at": "2026-08-26T01:22:52.422761Z",
"lineage_id": null,
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"port_id": "550e8400-e29b-41d4-a716-446655440006",
"service_id": "550e8400-e29b-41d4-a716-446655440007",
"type": "Port",
"updated_at": "2026-08-26T01:22:52.422761Z",
"valid_from": "2026-08-26T01:22:52.422761Z",
"valid_to": null
}
],
"created_at": "2026-01-15T10:30:00Z",
"first_discovery_id": null,
"host_id": "550e8400-e29b-41d4-a716-446655440003",
"id": "550e8400-e29b-41d4-a716-446655440007",
"last_discovery_id": null,
"last_seen_at": "2026-01-15T10:30:00Z",
"lineage_id": null,
"name": "nginx",
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"position": 0,
"service_definition": "Jotty",
"source": {
"type": "Manual"
},
"tags": [],
"updated_at": "2026-01-15T10:30:00Z",
"valid_from": "2026-01-15T10:30:00Z",
"valid_to": null,
"virtualization_metadata": null,
"virtualization_service_id": null
}
],
"source": {
"type": "Manual"
},
"tags": [],
"updated_at": "2026-01-15T10:30:00Z",
"virtualization_metadata": null,
"virtualization_service_id": null
},
"meta": {
"api_version": 1,
"server_version": "0.17.13"
}
}Changes
Changed in 11 of the 72 revisions of this API.119054
- ○
added the optional property
data/manufacturerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/modelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/serial_numberto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/sys_nameto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
DnsSdenum value to thedata/name_sourceresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
data/interfaces/items/allOf[InterfaceBase]/neighbor_seen_atto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
Unnamedenum value to thedata/name_sourceresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
data/name_sourceto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/services/items/allOf[ServiceBase]/virtualizationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/virtualizationfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/services/items/allOf[ServiceBase]/virtualization_metadatato the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/virtualization_metadatato the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/virtualization_service_idto the response with the200statusresponse-optional-property-added
- ○
added the required property
data/services/items/allOf[ServiceBase]/virtualization_service_idto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added
subschema #1: ChassisComponentsubschema #2: InterfaceAliassubschema #3: PortComponentsubschema #4: MacAddresssubschema #5: NetworkAddresssubschema #6: InterfaceNamesubschema #7: LocallyAssignedto thedata/interfaces/items/allOf[InterfaceBase]/lldp_chassis_id/oneOf[LldpChassisId]/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
subschema #1: Interfacesubschema #2: Hostto thedata/interfaces/items/allOf[InterfaceBase]/neighbor/oneOf[Neighbor]/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
subschema #1: InterfaceAliassubschema #2: PortComponentsubschema #3: MacAddresssubschema #4: NetworkAddresssubschema #5: InterfaceNamesubschema #6: AgentCircuitIdsubschema #7: LocallyAssignedto thedata/interfaces/items/allOf[InterfaceBase]/lldp_port_id/oneOf[LldpPortId]/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
subschema #1: Reasonsubschema #2: Containerto thedata/services/items/allOf[ServiceBase]/source/oneOf[subschema #4: DiscoveryWithMatch]/details/reasonresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
subschema #1: Reasonsubschema #2: Containerto thedata/source/oneOf[subschema #4: DiscoveryWithMatch]/details/reasonresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
added the new
AMQPenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
AMQPTlsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
BACnetenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Cassandraenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
CouchDbenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Customenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Dhcpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DnsTcpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DnsUdpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Dockerenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DockerTlsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Elasticsearchenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Ftpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Httpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http3000enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http5000enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http8080enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http8081enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http8082enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http8888enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Http9000enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Httpsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Https10443enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Https8443enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Https9443enum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
InfluxDbenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Ippenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
JetDirectenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Kafkaenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Kerberosenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Kubernetesenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Ldapenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Ldapsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
LdpTcpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
LdpUdpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
MongoDBenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Mqttenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
MqttTlsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
MsSqlenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
MySqlenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Nfsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Ntpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
OpenVPNenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PostgreSQLenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
RabbitMqMgmtenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Rdpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Redisenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Rtspenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Sambaenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Sipenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
SipTlsenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Snmpenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
SnmpAltenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Sshenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Telnetenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
Wireguardenum value to thedata/ports/items/allOf[PortBase]/allOf[PortType]/typeresponse property for the response status200response-property-enum-value-added
- ○
removed
subschema #1subschema #2from thedata/interfaces/items/allOf[InterfaceBase]/neighbor/oneOf[Neighbor]/response propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
subschema #1subschema #2from thedata/services/items/allOf[ServiceBase]/source/oneOf[subschema #4: DiscoveryWithMatch]/details/reasonresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
subschema #1subschema #2from thedata/source/oneOf[subschema #4: DiscoveryWithMatch]/details/reasonresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7from thedata/interfaces/items/allOf[InterfaceBase]/lldp_chassis_id/oneOf[LldpChassisId]/response propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7from thedata/interfaces/items/allOf[InterfaceBase]/lldp_port_id/oneOf[LldpPortId]/response propertyoneOflist for the response status200response-property-one-of-removed
- ○
the
data/interfaces/items/allOf[InterfaceBase]/mac_addressresponse's property pattern^(?:[0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}$was added for the status200response-property-pattern-added
- ○
the
data/ip_addresses/items/allOf[IPAddressBase]/mac_addressresponse's property pattern^(?:[0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}$was added for the status200response-property-pattern-added
- ▲
- ○
added the required property
data/last_seen_atto the response with the200statusresponse-required-property-added
- ○
- ▲
added
subschema #2: Podmanto thedata/services/items/allOf[ServiceBase]/virtualization/oneOf[subschema #2: ServiceVirtualization]/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
subschema #2: VCentersubschema #3: ESXito thedata/virtualization/oneOf[subschema #2: HostVirtualization]/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
- ▲
removed the required property
data/services/items/allOf[ServiceBase]/source/oneOf[subschema #3: Discovery]/metadatafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/services/items/allOf[ServiceBase]/source/oneOf[subschema #4: DiscoveryWithMatch]/metadatafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/source/oneOf[subschema #3: Discovery]/metadatafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/source/oneOf[subschema #4: DiscoveryWithMatch]/metadatafrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
data/interfaces/items/allOf[subschema #2]/first_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/interfaces/items/allOf[subschema #2]/last_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/interfaces/items/allOf[subschema #2]/last_seen_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/interfaces/items/allOf[subschema #2]/lineage_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/interfaces/items/allOf[subschema #2]/valid_fromto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/interfaces/items/allOf[subschema #2]/valid_toto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ip_addresses/items/allOf[subschema #2]/first_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ip_addresses/items/allOf[subschema #2]/last_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ip_addresses/items/allOf[subschema #2]/last_seen_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ip_addresses/items/allOf[subschema #2]/lineage_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ip_addresses/items/allOf[subschema #2]/valid_fromto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ip_addresses/items/allOf[subschema #2]/valid_toto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ports/items/allOf[subschema #2]/first_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ports/items/allOf[subschema #2]/last_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ports/items/allOf[subschema #2]/last_seen_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ports/items/allOf[subschema #2]/lineage_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ports/items/allOf[subschema #2]/valid_fromto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ports/items/allOf[subschema #2]/valid_toto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[ServiceBase]/bindings/items/allOf[subschema #2]/first_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[ServiceBase]/bindings/items/allOf[subschema #2]/last_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[ServiceBase]/bindings/items/allOf[subschema #2]/last_seen_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[ServiceBase]/bindings/items/allOf[subschema #2]/lineage_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[ServiceBase]/bindings/items/allOf[subschema #2]/valid_fromto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[ServiceBase]/bindings/items/allOf[subschema #2]/valid_toto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[subschema #2]/first_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[subschema #2]/last_discovery_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[subschema #2]/last_seen_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[subschema #2]/lineage_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[subschema #2]/valid_fromto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/services/items/allOf[subschema #2]/valid_toto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲