Skip to content

Conversation

@jasollien
Copy link
Contributor

Fix broken roundtrip by allowing guid's in create requests

@jasollien jasollien merged commit 85de2d0 into release_2_2 Feb 3, 2020
@jasollien jasollien deleted the fix-roundtrip branch February 3, 2020 10:27
|bim_snippet.reference|string|Reference of a BIM-Snippet of a topic|false|
|bim_snippet.reference_schema|string|Schema of a BIM-Snippet of a topic|false|
|due_date|string|Until when the topics issue needs to be resolved|false|
|guid|string|GUID of the topic. The server may ignore this and instead generate it's own guid|false|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a duplicate of line 753. This should have been put on line 753 instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix here: #195. Thanks for reporting

"title": "document_reference_POST",
"type": "object",
"properties": {
"guid": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless I don't understand the purpose of document reference, this makes no sense to include the "guid" here. Document reference should refer to an existing document in the project.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A document reference could be either a link to an existing document or to an external url. For external URL's I think it makes sence to include the guid.

@ykulbak ykulbak linked an issue Nov 9, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken roundtrip, due to inconsistent topic_guids

3 participants