|
8 | 8 |
|
9 | 9 | [BCF XML GitHub repository](https://github.com/BuildingSMART/BCF-XML) |
10 | 10 |
|
11 | | -[Version 1.0 of the OpenCDE Foundation API specification is available here](https://github.com/BuildingSMART/opencde-foundation-API/tree/v1.0) |
| 11 | +[Version 1.0 of the OpenCDE Foundation API specification is available here](https://github.com/BuildingSMART/foundation-API/tree/v1.0) |
12 | 12 |
|
13 | 13 | [Version 1.0 of the BCF API specification is available here](https://github.com/BuildingSMART/BCF-API/tree/v1.0) |
14 | 14 |
|
@@ -120,7 +120,7 @@ An example of a client implementation in C# can be found here: |
120 | 120 |
|
121 | 121 | ## 1.1 OpenCDE Foundation API |
122 | 122 |
|
123 | | -BCF API is a member of the OpenCDE API family. All OpenCDE APIs are united by a shared common API called [OpenCDE Foundation API](https://github.com/buildingSMART/opencde-foundation-API). |
| 123 | +BCF API is a member of the OpenCDE API family. All OpenCDE APIs are united by a shared common API called [OpenCDE Foundation API](https://github.com/buildingSMART/foundation-API). |
124 | 124 | The foundation API specifies a small number of services and a few conventions that are common to all OpenCDE APIs. All BCF API implementations must implement the Foundation API and follow its conventions and guidelines. |
125 | 125 | Implementers should start by implementing the Foundation API and only then continue to implement the BCF API. |
126 | 126 |
|
@@ -509,7 +509,7 @@ JSON encoded body using the "application/json" content type. |
509 | 509 |
|
510 | 510 | |Parameter|Type|Description|Required| |
511 | 511 | |---------|----|-----------|--------| |
512 | | -|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false| |
| 512 | +|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false| |
513 | 513 | |topic_type|string|The type of a topic (value from extension.xsd)|false| |
514 | 514 | |topic_status|string|The status of a topic (value from extension.xsd)|false| |
515 | 515 | |reference_links|array (string)|Reference links, i.e. links to referenced resources|false| |
@@ -947,7 +947,7 @@ JSON encoded body using the "application/json" content type. |
947 | 947 |
|
948 | 948 | |Parameter|Type|Description|Required| |
949 | 949 | |---------|----|-----------|--------| |
950 | | -|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false| |
| 950 | +|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false| |
951 | 951 | |comment|string|The comment text. Must not be blank or empty if provided|true, unless `viewpoint_guid` is provided| |
952 | 952 | |viewpoint_guid|string|The GUID of the related viewpoint|true, unless `comment` is provided| |
953 | 953 |
|
@@ -1181,7 +1181,7 @@ JSON encoded body using the "application/json" content type. |
1181 | 1181 |
|
1182 | 1182 | |parameter|type|description|required| |
1183 | 1183 | |---------|----|-----------|--------| |
1184 | | -| guid | string | The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system. | optional | |
| 1184 | +| guid | string | The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system. | optional | |
1185 | 1185 | | index | integer | parameter for sorting | optional | |
1186 | 1186 | | orthogonal_camera | [Orthogonal camera](#3523-orthogonal-camera) | orthogonal camera view | see viewpoint optional/mandatory fields clarification | |
1187 | 1187 | | perspective_camera | [Perspective camera](#3524-perspective-camera) | perspective view of the camera | see viewpoint optional/mandatory fields clarification | |
@@ -1879,7 +1879,7 @@ JSON encoded body using the "application/json" content type. |
1879 | 1879 |
|
1880 | 1880 | |Parameter|Type|Description|Required| |
1881 | 1881 | |---------|----|-----------|--------| |
1882 | | -|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false| |
| 1882 | +|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false| |
1883 | 1883 | |document_guid|string|The guid of the document (Internal document)|false| |
1884 | 1884 | |url|The url (External document)|false| |
1885 | 1885 | |description|string|The description of the document reference|false| |
|
0 commit comments