File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ const DATASET_SOURCE =
202202 'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_156577938018.html'
203203const METADATA_SOURCE =
204204 'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1540810174.html'
205- const ASYNC_SOURCE =
206- 'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_0624010801 .html'
205+ const ASYNC_JOB_SOURCE =
206+ 'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/subsect_161278579295 .html'
207207const ASYNC_RESULT_SOURCE =
208208 'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/subsect_161252889998.html'
209209
@@ -550,7 +550,7 @@ const SOURCE_MATRIX: SourceMatrixEntry[] = [
550550 } ,
551551 {
552552 id : 'netsuite_get_async_status' ,
553- source : ASYNC_SOURCE ,
553+ source : ASYNC_JOB_SOURCE ,
554554 method : 'GET' ,
555555 path : '/services/rest/async/v1/job/job%2F7' ,
556556 successStatus : 200 ,
You can’t perform that action at this time.
0 commit comments