Remove "pws:" prefix from PWS ID

This commit is contained in:
Matthew Oslan
2019-07-12 20:04:25 -04:00
parent 3038728d4a
commit 2992df9c33
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ export interface AdjustmentMethodResponse {
}
export interface AdjustmentOptions {
/** The ID of the PWS to use, prefixed with "pws:". */
/** The ID of the PWS to use. */
pws?: string;
/** The API key to use to access PWS data. */
key?: string;