Skip to content

Commit

Permalink
updates to display
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwolpert committed Jan 19, 2025
1 parent f6f20ec commit 7384602
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions web/site/app/enums/product-names.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export enum ProductNames {
MHR = 'Manufactured Home Registry',
PPR = 'Personal Property Registry',
BN = 'Business Number',
PAY = 'Pay',
RS = 'Registry Search',
BR = 'Business Registry',
CONNECT = 'SBC Connect',
MHR = 'Manufactured Home Registry',
NR = 'Names Request',
CONNECT = 'SBC Connect'
PAY = 'Pay',
PPR = 'Personal Property Registry',
RS = 'Registry Search',
STRR = 'Short Term Rental Registry',
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const productNames = [
['RS', 'Registry Search'],
['BR', 'Business Registry'],
['NR', 'Names Request'],
['STRR', 'Short Term Rental Registry'],
['CONNECT', 'SBC Connect']
]

Expand Down
4 changes: 3 additions & 1 deletion web/site/content/en-CA/products/strr/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ description: 'Short Term Rental Registry API (Platform)'

The Short Term Rental Registry contains all of the Hosts, Strata Title Hotels and Motels, and Platforms that can operate in the Province of BC.

<br>
<p>
This API is used to validate a permit against the Short Term Rental Registry.
It is also used to determine the requirements of an address in the Province of BC. For example, an address may be in an area that requires a business permit, or may be entirely exempt from being required to register.
</p>

<br>
Temporary - Download the <a href="strr/platform.yaml" download="platform.yaml" target="_blank">API Spec</a>

::ButtonDownloadSpec{href="strr/platform.yaml"}
::
Expand Down

0 comments on commit 7384602

Please sign in to comment.