dialob / dialob-parent

Apache License 2.0
1 stars 1 forks source link

Forms list response should include "labels" #194

Closed villuv closed 1 month ago

villuv commented 1 month ago

Forms list query (GET /forms) response should include metadata.labels (string array) attribute from the form.

https://github.com/dialob/dialob-api/blob/dev/dialob-api/src/main/java/io/dialob/api/form/Form.java#L124

https://github.com/dialob/dialob-parent/blob/dev/dialob-components/dialob-form-service-rest/src/main/java/io/dialob/form/service/rest/FormsRestServiceController.java#L126