You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A link to documentation related to the `Dataset`, or a link to the OpenActive developer documentation if no Dataset-specific documentation is available.
160
+
/// A link to documentation related to the `Dataset`, or a link to the OpenActive developer documentation using `https://permalink.openactive.io/dataset-site/open-data-documentation` if no Dataset-specific documentation is available.
Copy file name to clipboardExpand all lines: OpenActive.NET/models/Place.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ public override string ToString()
285
285
///
286
286
/// If you are using this property, please join the discussion at proposal [#307](https://github.com/openactive/modelling-opportunity-data/issues/307).
Copy file name to clipboardExpand all lines: OpenActive.NET/models/WebAPI.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public override string ToString()
72
72
publicvirtualstringDescription{get;set;}
73
73
74
74
/// <summary>
75
-
/// The location of the OpenID Provider or other relevant authentication authority that must be used to access the API.
75
+
/// The location of the OpenID Provider that must be used to access the API.
76
76
/// </summary>
77
77
/// <example>
78
78
/// <code>
@@ -98,11 +98,11 @@ public override string ToString()
98
98
publicvirtualList<Uri>ConformsTo{get;set;}
99
99
100
100
/// <summary>
101
-
/// A link to documentation related to the Dataset, or a link to the OpenActive developer documentation if no Dataset-specific documentation is available.
101
+
/// A link to documentation related to how to use the Open Booking API, or a link to the OpenActive developer documentation using `https://permalink.openactive.io/dataset-site/open-booking-api-documentation` if no system-specific documentation is available.
0 commit comments