Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Dec 11, 2024
1 parent 8cb23d4 commit c4a9e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Altinn.App.Api/Controllers/CustomOpenApiController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,9 @@ ApplicationMetadata appMetadata
/// </summary>
public static class Snippets
{
/// <summary>
/// Schema for the POST endpoint for creating a new instance
/// </summary>
public static OpenApiSchema InstanceWriteSchema =>
new()
{
Expand Down

0 comments on commit c4a9e38

Please sign in to comment.