Changes to List Prompts

GET /v1/prompts/list

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

Changed in 7 of the 31 revisions of this API.6414

  1. 63991d99e2e134
  2. 55ae0e0bb01f2
  3. 8b2983fa753124
  4. 500a519452b022
  5. eb14a21c478e12
  6. ec1d8c780c181
  7. 28dead2524571

What changed

  • 63991d99e2e134See the full diff
    • response property items/items/collect_fields list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/context_endpoint list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/prompt_template list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • query request parameter sort_column list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • query request parameter sort_desc list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • for the query request parameter sort_column, the type/format was generalized from string/ to /

      request-parameter-type-generalized

    • for the query request parameter sort_desc, the type/format was generalized from boolean/ to /

      request-parameter-type-generalized

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property total to the response with the 200 status

      response-required-property-added

    • added the required property total_is_estimated to the response with the 200 status

      response-required-property-added

  • 8b2983fa753124See the full diff
    • deleted the query request parameter args

      request-parameter-removed

    • deleted the query request parameter kwargs

      request-parameter-removed

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter size

      new-optional-request-parameter

    • added the new optional query request parameter sort_column

      new-optional-request-parameter

    • added the new optional query request parameter sort_desc

      new-optional-request-parameter

  • 500a519452b022See the full diff
    • added the new required query request parameter args

      new-required-request-parameter

    • added the new required query request parameter kwargs

      new-required-request-parameter

    • deleted the query request parameter page

      request-parameter-removed

    • deleted the query request parameter size

      request-parameter-removed

  • eb14a21c478e12See the full diff
    • the response property items/items/content became optional for the status 200

      response-property-became-optional

    • added the optional property items/items/prompt_template to the response with the 200 status

      response-optional-property-added

    • the content response's property default value was added for the status 200

      response-property-default-value-added

    • removed the field_type_address enum value from the items/items/collect_fields/items/field_type response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added