bytechefhq / bytechefhq/bytechef

[bug] Value conversion does not work properly in API platform

Open
#2,076 0 comments 0 reactions 1 assignee Claimed by @ivicac View on GitHub
backend bug
Dominant language
Java
Stars
1k
Forks
170
Avg merge
11h 25m
Merged PRs (30d)
115

Description

For example, when having `http://localhost:9555/api/o/v1/test/12?name=fff1` with the body `{"prop1": "prop 1"}` where value `12` is a number also passed as part of the response, then the returned response looks like

`{
"id": "12",
"prop1": "prop 1",
"name": "fff1"
}`

where 12 is a string instead of the number

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.