Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ce-nistal committed Oct 1, 2024
1 parent e778536 commit 309c679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Apps.XtrfCustomerPortal/Apps.XtrfCustomerPortal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Product>XTRF Customer portal</Product>
<Description>The XTRF Customer Portal is a private website restricted to authorized use for business purposes. It allows clients to access and manage translation project details. Within the portal, clients can view and edit information such as contact details, account manager, pricing, language combinations, and CAT tools used.</Description>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<PackageId>Apps.XtrfCustomerPortal</PackageId>
<AssemblyName>Apps.XtrfCustomerPortal</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Typically, the URL for the XTRF Customer Portal is `https://[your-xtrf-host.com]
- **Search quotes** - Search quotes based on the provided criteria.
- **Get quote** - Get a specific quote by Quote ID.
- **Create quote** - Create a new quote based on the provided data.
- **Accept quote** - Accept a specific quote by Quote ID (only Quotes with Sent status can be accepted)
- **Reject quote** - Reject a specific quote by Quote ID

## Feedback

Expand Down

0 comments on commit 309c679

Please sign in to comment.