after
and position
are provided in the request, position
is ignored.curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/screens//tabs//fields//move' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "http://example.com",
"position": "Earlier"
}'
null
position
isn't provided.after
isn't provided.