Skip to content

Commit

Permalink
docs(structured properties): fix entityTypes in creating structured p…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-fwang authored Dec 20, 2024
1 parent 3c3d032 commit 667fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/tutorials/structured-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mutation createStructuredProperty {
{numberValue: 365, description:"Use this for non-sensitive data that can be retained for longer"}
],
cardinality: SINGLE,
entityTypes: ["urn:li:entityType:dataset", "urn:li:entityType:dataFlow"],
entityTypes: ["urn:li:entityType:datahub.dataset", "urn:li:entityType:datahub.dataFlow"],
}
) {
urn
Expand Down

0 comments on commit 667fa8f

Please sign in to comment.