Skip to content

Commit

Permalink
Merge pull request #242 from buildingSMART/align-comment-text-and-vie…
Browse files Browse the repository at this point in the history
…wpoint

#228 align comment text and viewpoint constraints with BCF-XML
  • Loading branch information
GeorgDangl authored Nov 23, 2020
2 parents 704a25c + 31d4ed9 commit 47d8273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,8 @@ JSON encoded body using the "application/json" content type.
|Parameter|Type|Description|Required|
|---------|----|-----------|--------|
|guid|string|The desired guid|false|
|comment|string|The comment text, can't be empty when provided|true, if `viewpoint_guid` is not provided|
|viewpoint_guid|string|The GUID of the related viewpoint|true, if `comment` is not provided|
|comment|string|The comment text. Must not be blank or empty if provided|true, unless `viewpoint_guid` is provided|
|viewpoint_guid|string|The GUID of the related viewpoint|true, unless `comment` is provided|

**Example Request**

Expand Down

0 comments on commit 47d8273

Please sign in to comment.