Changes to Update Prompt Version Draft

PUT /v1/prompts/{id}/versions/{version}

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

Changed in 6 of the 18 revisions of this API.114

  1. 4260a250ce252
  2. bed7a47c6f255
  3. e500bc0895c51
  4. 162c1e986d3a2
  5. 27457b167aec12
  6. 08e27b8a28f42

What changed

    • the request property model became nullable

      request-property-became-nullable

    • the request property model_params became nullable

      request-property-became-nullable

    • added the new optional request property model

      new-optional-request-property

    • added the new optional request property model_params

      new-optional-request-property

    • the request property template became optional

      request-property-became-optional

    • added the required property version/model to the response with the 200 status

      response-required-property-added

    • added the required property version/model_params to the response with the 200 status

      response-required-property-added

    • the endpoint scheme security ApiKeyAuth was removed from the API

      api-security-removed

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

    • api tag Prompt Versions added

      api-tag-added

    • api tag Prompts removed

      api-tag-removed

  • 27457b167aec12See the full diff
    • added the new stable enum value to the version/status response property for the response status 200

      response-property-enum-value-added

    • for the path request parameter version, the type/format was generalized from integer/ to string/

      request-parameter-type-generalized

    • added the required property version/tags to the response with the 200 status

      response-required-property-added

    • api tag Prompts added

      api-tag-added

    • api tag Versions removed

      api-tag-removed