Skip to content

Commit 49444ad

Browse files
committed
Auto-generated documentation from bc22ed1
1 parent 77abe44 commit 49444ad

3 files changed

+10
-10
lines changed

api/JsonApiDotNetCore.Controllers.JsonApiController-2.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ <h2 class="section" id="methods">Methods
826826

827827
<h3 id="JsonApiDotNetCore_Controllers_JsonApiController_2_DeleteAsync__1_System_Threading_CancellationToken_" data-uid="JsonApiDotNetCore.Controllers.JsonApiController`2.DeleteAsync(`1,System.Threading.CancellationToken)">
828828
DeleteAsync(TId, CancellationToken)
829-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/JsonApiController.cs/#L109"><i class="bi bi-code-slash"></i></a>
829+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/JsonApiController.cs/#L111"><i class="bi bi-code-slash"></i></a>
830830
</h3>
831831

832832
<div class="markdown level1 summary"><p>Deletes an existing resource. Example: <pre><code class="lang-csharp">DELETE /articles/1 HTTP/1.1</code></pre>
@@ -866,7 +866,7 @@ <h4 class="section">Returns</h4>
866866

867867
<h3 id="JsonApiDotNetCore_Controllers_JsonApiController_2_DeleteRelationshipAsync__1_System_String_System_Collections_Generic_ISet_JsonApiDotNetCore_Resources_IIdentifiable__System_Threading_CancellationToken_" data-uid="JsonApiDotNetCore.Controllers.JsonApiController`2.DeleteRelationshipAsync(`1,System.String,System.Collections.Generic.ISet{JsonApiDotNetCore.Resources.IIdentifiable},System.Threading.CancellationToken)">
868868
DeleteRelationshipAsync(TId, string, ISet&lt;IIdentifiable&gt;, CancellationToken)
869-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/JsonApiController.cs/#L116"><i class="bi bi-code-slash"></i></a>
869+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/JsonApiController.cs/#L118"><i class="bi bi-code-slash"></i></a>
870870
</h3>
871871

872872
<div class="markdown level1 summary"><p>Removes resources from a to-many relationship. Example: <pre><code class="lang-csharp">DELETE /articles/1/relationships/revisions HTTP/1.1</code></pre>
@@ -1126,7 +1126,7 @@ <h4 class="section">Returns</h4>
11261126

11271127
<h3 id="JsonApiDotNetCore_Controllers_JsonApiController_2_PatchRelationshipAsync__1_System_String_System_Object_System_Threading_CancellationToken_" data-uid="JsonApiDotNetCore.Controllers.JsonApiController`2.PatchRelationshipAsync(`1,System.String,System.Object,System.Threading.CancellationToken)">
11281128
PatchRelationshipAsync(TId, string, object?, CancellationToken)
1129-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/JsonApiController.cs/#L100"><i class="bi bi-code-slash"></i></a>
1129+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/JsonApiController.cs/#L101"><i class="bi bi-code-slash"></i></a>
11301130
</h3>
11311131

11321132
<div class="markdown level1 summary"><p>Performs a complete replacement of a relationship on an existing resource. Example:</p>

api/JsonApiDotNetCore.Resources.RuntimeTypeConverter.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8585

8686

8787
<h1 id="JsonApiDotNetCore_Resources_RuntimeTypeConverter" data-uid="JsonApiDotNetCore.Resources.RuntimeTypeConverter" class="text-break">
88-
Class RuntimeTypeConverter <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L11"><i class="bi bi-code-slash"></i></a>
88+
Class RuntimeTypeConverter <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L12"><i class="bi bi-code-slash"></i></a>
8989
</h1>
9090

9191
<div class="facts text-secondary">
@@ -154,7 +154,7 @@ <h2 class="section" id="methods">Methods
154154

155155
<h3 id="JsonApiDotNetCore_Resources_RuntimeTypeConverter_CanContainNull_System_Type_" data-uid="JsonApiDotNetCore.Resources.RuntimeTypeConverter.CanContainNull(System.Type)">
156156
CanContainNull(Type)
157-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L138"><i class="bi bi-code-slash"></i></a>
157+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L141"><i class="bi bi-code-slash"></i></a>
158158
</h3>
159159

160160
<div class="markdown level1 summary"><p>Indicates whether the specified type is a nullable value type or a reference type.</p>
@@ -191,7 +191,7 @@ <h4 class="section">Returns</h4>
191191

192192
<h3 id="JsonApiDotNetCore_Resources_RuntimeTypeConverter_ConvertType_System_Object_System_Type_" data-uid="JsonApiDotNetCore.Resources.RuntimeTypeConverter.ConvertType(System.Object,System.Type)">
193193
ConvertType(object?, Type)
194-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L31"><i class="bi bi-code-slash"></i></a>
194+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L34"><i class="bi bi-code-slash"></i></a>
195195
</h3>
196196

197197
<div class="markdown level1 summary"><p>Converts the specified value to the specified type.</p>
@@ -239,7 +239,7 @@ <h4 class="section">Exceptions</h4>
239239

240240
<h3 id="JsonApiDotNetCore_Resources_RuntimeTypeConverter_GetDefaultValue_System_Type_" data-uid="JsonApiDotNetCore.Resources.RuntimeTypeConverter.GetDefaultValue(System.Type)">
241241
GetDefaultValue(Type)
242-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L149"><i class="bi bi-code-slash"></i></a>
242+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L154"><i class="bi bi-code-slash"></i></a>
243243
</h3>
244244

245245
<div class="markdown level1 summary"><p>Gets the default value for the specified type.</p>
@@ -277,7 +277,7 @@ <h4 class="section">Returns</h4>
277277
</article>
278278

279279
<div class="contribution d-print-none">
280-
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L11" class="edit-link">Edit this page</a>
280+
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Resources/RuntimeTypeConverter.cs/#L12" class="edit-link">Edit this page</a>
281281
</div>
282282

283283

api/JsonApiDotNetCore.Serialization.Request.Adapters.ResourceIdentityAdapter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h2 class="section" id="methods">Methods
211211

212212
<h3 id="JsonApiDotNetCore_Serialization_Request_Adapters_ResourceIdentityAdapter_AssertIsKnownRelationship_JsonApiDotNetCore_Resources_Annotations_RelationshipAttribute_System_String_JsonApiDotNetCore_Configuration_ResourceType_JsonApiDotNetCore_Serialization_Request_Adapters_RequestAdapterState_" data-uid="JsonApiDotNetCore.Serialization.Request.Adapters.ResourceIdentityAdapter.AssertIsKnownRelationship(JsonApiDotNetCore.Resources.Annotations.RelationshipAttribute,System.String,JsonApiDotNetCore.Configuration.ResourceType,JsonApiDotNetCore.Serialization.Request.Adapters.RequestAdapterState)">
213213
AssertIsKnownRelationship(RelationshipAttribute?, string, ResourceType, RequestAdapterState)
214-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Serialization/Request/Adapters/ResourceIdentityAdapter.cs/#L218"><i class="bi bi-code-slash"></i></a>
214+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Serialization/Request/Adapters/ResourceIdentityAdapter.cs/#L238"><i class="bi bi-code-slash"></i></a>
215215
</h3>
216216

217217
<div class="markdown level1 summary"></div>
@@ -248,7 +248,7 @@ <h4 class="section">Parameters</h4>
248248

249249
<h3 id="JsonApiDotNetCore_Serialization_Request_Adapters_ResourceIdentityAdapter_AssertToManyInAddOrRemoveRelationship_JsonApiDotNetCore_Resources_Annotations_RelationshipAttribute_JsonApiDotNetCore_Serialization_Request_Adapters_RequestAdapterState_" data-uid="JsonApiDotNetCore.Serialization.Request.Adapters.ResourceIdentityAdapter.AssertToManyInAddOrRemoveRelationship(JsonApiDotNetCore.Resources.Annotations.RelationshipAttribute,JsonApiDotNetCore.Serialization.Request.Adapters.RequestAdapterState)">
250250
AssertToManyInAddOrRemoveRelationship(RelationshipAttribute, RequestAdapterState)
251-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Serialization/Request/Adapters/ResourceIdentityAdapter.cs/#L228"><i class="bi bi-code-slash"></i></a>
251+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Serialization/Request/Adapters/ResourceIdentityAdapter.cs/#L248"><i class="bi bi-code-slash"></i></a>
252252
</h3>
253253

254254
<div class="markdown level1 summary"></div>

0 commit comments

Comments
 (0)