File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
JsonApiDotNetCore.Annotations/Controllers
JsonApiDotNetCore.SourceGenerators Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ public enum JsonApiEndpoints
47
47
GetRelationship = 1 << 3 ,
48
48
49
49
/// <summary>
50
- /// Represents the endpoint to create a new resource with attributes, relationships or both. Example:
51
- /// <code><![CDATA[
50
+ /// Represents the endpoint to create a new resource with attributes, relationships or both. Example: <code><![CDATA[
52
51
/// POST /articles HTTP/1.1
53
52
/// ]]></code>
54
53
/// </summary>
@@ -109,4 +108,4 @@ public enum JsonApiEndpoints
109
108
/// Represents all of the JSON:API endpoints.
110
109
/// </summary>
111
110
All = Query | Command
112
- }
111
+ }
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ public enum JsonApiEndpointsCopy
44
44
GetRelationship = 1 << 3 ,
45
45
46
46
/// <summary>
47
- /// Represents the endpoint to create a new resource with attributes, relationships or both. Example:
48
- /// <code><![CDATA[
47
+ /// Represents the endpoint to create a new resource with attributes, relationships or both. Example: <code><![CDATA[
49
48
/// POST /articles HTTP/1.1
50
49
/// ]]></code>
51
50
/// </summary>
@@ -106,4 +105,4 @@ public enum JsonApiEndpointsCopy
106
105
/// Represents all of the JSON:API endpoints.
107
106
/// </summary>
108
107
All = Query | Command
109
- }
108
+ }
You can’t perform that action at this time.
0 commit comments