Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Jan 1, 2025
1 parent de1e885 commit fe6d9ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/schema/V1/swagger.verified.json
Original file line number Diff line number Diff line change
Expand Up @@ -5851,7 +5851,7 @@
}
}
},
"description": "The UUID of the created the dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
"description": "The UUID of the created dialog aggregate. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
},
"204": {
"description": "No Content"
Expand Down Expand Up @@ -6469,7 +6469,7 @@
}
}
},
"description": "The UUID of the created the dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
"description": "The UUID of the created dialog activity. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
},
"204": {
"description": "No Content"
Expand Down Expand Up @@ -6832,7 +6832,7 @@
}
}
},
"description": "The UUID of the created the dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
"description": "The UUID of the created dialog transmission. A relative URL to the newly created activity is set in the \u0022Location\u0022 header."
},
"204": {
"description": "No Content"
Expand Down Expand Up @@ -6970,4 +6970,4 @@
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
}
]
}
}
2 changes: 1 addition & 1 deletion src/Digdir.Domain.Dialogporten.WebApi/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class Constants
internal static class SwaggerSummary
{
internal const string ReturnedResult = "Successfully returned the dialog {0}.";
internal const string Created = "The UUID of the created the dialog {0}. A relative URL to the newly created activity is set in the \"Location\" header.";
internal const string Created = "The UUID of the created dialog {0}. A relative URL to the newly created activity is set in the \"Location\" header.";
internal const string Deleted = "The dialog {0} was deleted successfully.";
internal const string Updated = "The dialog {0} was updated successfully.";
internal const string ValidationError = "Validation error occured. See problem details for a list of errors.";
Expand Down

0 comments on commit fe6d9ca

Please sign in to comment.