fix: bad request body simple in propertykey.md#135
Merged
javeme merged 1 commit intoapache:websitefrom May 13, 2022
Merged
Conversation
26731fd to
7dd5c4d
Compare
imbajin
approved these changes
May 12, 2022
javeme
reviewed
May 13, 2022
| "task_id": 0 | ||
| "name": "age", | ||
| "data_type": "INT", | ||
| "cardinality": "SINGLE" |
Contributor
There was a problem hiding this comment.
This may be a mistake to treat the request body as the response body, since the "task_id" response format was changed in version 0.12, could you also please update Response Body.
Contributor
Author
There was a problem hiding this comment.
Thanks for remind, done.
7dd5c4d to
a9d95cd
Compare
javeme
approved these changes
May 13, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An error will be reported according to the original document, like:
Unrecognized field "property_key" (class com.baidu.hugegraph.api.schema.PropertyKeyAPI$JsonPropertyKey), not marked as ignorable (9 known properties: "check_exist", "properties", "aggregate_type", "id", "cardinality", "data_type", "name", "user_data", "write_type"]) at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 2, column: 23] (through reference chain: com.baidu.hugegraph.api.schema.PropertyKeyAPI$JsonPropertyKey["property_key"])master branch pr