Changes to Get Relationship by Graph Relationship ID

GET /api/v2/relationships/{relationship_id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 66 revisions of this API.455

  1. 8a17345ab0c11
  2. f140f38eb16931
  3. b73cc374bf39152
  4. bae135bb19d11

What changed

    • added the optional property data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/allOf[model.kind-info-markdown]/markdown/template_error to the response with the 200 status

      response-optional-property-added

  • f140f38eb16931See the full diff
    • the data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-base]/position response property's min was decreased from 1.00 to 0.00 for the response status 200

      response-property-min-decreased

    • the data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/markdown from the response with the 200 status

      response-required-property-removed

    • added model.kind-info-markdown subschema #2 to the data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/ response property allOf list for the response status 200

      response-property-all-of-added

  • b73cc374bf39152See the full diff
    • the data response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property data/kind from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/properties from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/relationship_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/source_node_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/target_node_id from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter include-info to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added model.relationship-details model.relationship-details-with-info to the data response property anyOf list for the response status 200

      response-property-any-of-added

    • endpoint added

      endpoint-added