Skip to content

Commit

Permalink
Fix swaggergen error, add limitations section
Browse files Browse the repository at this point in the history
  • Loading branch information
elsand committed Sep 14, 2024
1 parent 483b3b7 commit 14ed82a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/WriteGuiActionController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private Guid GetDialogId()
return Guid.Parse(dialogId);
}

public string GetActorId()
private string GetActorId()
{
var actorId = User.Claims.FirstOrDefault(c => c.Type == "c")?.Value;
if (actorId is null)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@ Example:
GET {baseUrl}/fce
```

### Current limitations
- Only works in the test (not staging) environment.
- Assumes that the service owner for the dialog is Digdir.

### License
MIT

0 comments on commit 14ed82a

Please sign in to comment.