Changes to Retrieve a species

GET /api/v1/species/{id}

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

Changed in 6 of the 31 revisions of this API.267

  1. v1524fa32ffb762
  2. v1a91d12bcc2073
  3. v13d0b905496251
  4. v19331c6c48cb21
  5. v14bc1d1daf88e1
  6. v115d88532a85a61

What changed

    • removed the undefined enum value from the data/rank response property for the response status 200

      response-property-enum-value-removed

    • removed the undefined enum value from the data/status response property for the response status 200

      response-property-enum-value-removed

    • added the optional property data/edible to the response with the 200 status

      response-optional-property-added

    • added the optional property data/edible_part to the response with the 200 status

      response-optional-property-added

    • added the optional property data/vegetable to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    • the response property data/sources/items/citation became nullable for the status 200

      response-property-became-nullable

  • v115d88532a85a61See the full diff
    • removed the optional property data/distributions from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

    • added the new undefined enum value to the data/rank response property for the response status 200

      response-property-enum-value-added

    • added the new undefined enum value to the data/status response property for the response status 200

      response-property-enum-value-added

    • response property data/distribution reactivated

      response-property-reactivated