Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-prompt` component: * Changed property `fields` (array) Changed items (object): > Serializer for a single Prompt field New required properties: - `initial_value` * Added property `initial_value` (string) ##### `POST` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-prompt` component: * Changed property `fields` (array) Changed items (object): > Serializer for a single Prompt field New required properties: - `initial_value` * Added property `initial_value` (string) ##### `GET` /stages/prompt/prompts/{prompt_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ##### `PUT` /stages/prompt/prompts/{prompt_uuid}/ ###### Request: Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/ ###### Request: Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ##### `POST` /stages/prompt/prompts/preview/ ###### Request: Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `fields` (array) Changed items (object): > Serializer for a single Prompt field New required properties: - `initial_value` * Added property `initial_value` (string) ##### `POST` /stages/prompt/prompts/ ###### Request: Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices. ##### `GET` /stages/prompt/prompts/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Prompt Serializer * Added property `initial_value` (string) > Optionally pre-fill the input with an initial value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple default choices. * Added property `initial_value_expression` (boolean) * Changed property `placeholder` (string) > Optionally provide a short hint that describes the expected input value. When creating a fixed choice field, enable interpreting as expression and return a list to return multiple choices.
- Loading branch information