Changes to Get AI creation questionnaire config

GET /agent/prompt-config

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

Changed in 2 of the 49 revisions of this API.136

  1. 0eac753eb5dd135
  2. ea4ea58d7c4e1

What changed

  • 0eac753eb5dd135See the full diff
    • the data/questions/items/options/items/ response's property type/format changed from object/ to string/ for status 200

      response-property-type-changed

    • removed the optional property data/questions/items/options/items/label from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/questions/items/options/items/value from the response with the 200 status

      response-optional-property-removed

    • removed the optional property status from the response with the 200 status

      response-optional-property-removed

    • api operation id getAgentPromptConfig was added

      api-operation-id-added

    • added the optional property success to the response with the 200 status

      response-optional-property-added

    • removed the multiselect enum value from the data/questions/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the select enum value from the data/questions/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the textarea enum value from the data/questions/items/type response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added