422 Unprocessable Entity when doing put to required_configuration

Your payload is not:

'{"required_configuration": "A STRING"}' 

Your payload is a bad object.

You shouldn’t be storing the configuration like this…

You need to store the configuration in your EBS and just store a “yay/nay” string in the PUT

See also: