Skip to content

Commit

Permalink
Update for newest API
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Jan 14, 2025
1 parent 75cfc54 commit 711c6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/alfa-test-utils/src/report/sip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export namespace SIP {
/** @internal */
export namespace Defaults {
export const URL =
"https://api.siteimprove.com/v2/a11y/AlfaDevCheck/CreateReport";
"https://api.siteimprove.com/v2/a11y/AlfaDevCheck";
export const Title = "";
export const Name = undefined;
}
Expand Down Expand Up @@ -114,7 +114,7 @@ export namespace SIP {
/**
* The site ID in the Siteimprove Intelligence Platform.
*/
siteID?: string;
siteID?: number;

/**
* The URL of the page, or a function to build it from the audited page.
Expand Down

0 comments on commit 711c6e0

Please sign in to comment.