on 2024 Feb 06 12:28 PM
I defined a complex type with many... see below
entity Tasks.TaskResponses {
key ID : UUID;
content: many Context;
...}
When I try to create an entity without content property in the request body, I get an error: "code":"400008","message":"Could not deserialize request payload: The parameter 'content' must not be null."}
How can I make the content property optional?
Thanks
Request clarification before answering.
User | Count |
---|---|
65 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.