From 9ca37f5bf2ad102c843cb7dda8992b172bbfd16b Mon Sep 17 00:00:00 2001 From: Andy Mayer Date: Mon, 22 Jun 2026 10:25:21 -0700 Subject: [PATCH 1/2] provide information about drawing set id fetching in direct drawing upload tutorial --- tutorials/tutorial_direct_drawing_uploads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/tutorial_direct_drawing_uploads.md b/tutorials/tutorial_direct_drawing_uploads.md index e273307e..3e633011 100644 --- a/tutorials/tutorial_direct_drawing_uploads.md +++ b/tutorials/tutorial_direct_drawing_uploads.md @@ -22,8 +22,8 @@ The example workflow presented below covers the following steps. ## Determine Drawing Area and Drawing Set IDs Our first step is to retrieve the IDs for the drawing area and drawing set in which the new drawing will be created. -We'll use these values in subsequent steps in the workflow. -The [List Drawing Areas](https://developers.procore.com/reference/rest/v1/drawings#list-drawing-areas) endpoint returns this information. +We'll use these values in subsequent steps in the workflow. The [List Drawing Sets](https://developers.procore.com/reference/rest/drawings?version=latest#list-drawing-sets) and +the [List Drawing Areas](https://developers.procore.com/reference/rest/v1/drawings#list-drawing-areas) endpoints provide this information. ![list-drawing-areas]({{ site.baseurl }}/assets/guides/drawing-area-id.png) From 32bedb85b7098d8658c2acc1ecb061238905928a Mon Sep 17 00:00:00 2001 From: Andy Mayer Date: Mon, 22 Jun 2026 10:27:28 -0700 Subject: [PATCH 2/2] combine lines --- tutorials/tutorial_direct_drawing_uploads.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/tutorial_direct_drawing_uploads.md b/tutorials/tutorial_direct_drawing_uploads.md index 3e633011..ac535a80 100644 --- a/tutorials/tutorial_direct_drawing_uploads.md +++ b/tutorials/tutorial_direct_drawing_uploads.md @@ -22,8 +22,7 @@ The example workflow presented below covers the following steps. ## Determine Drawing Area and Drawing Set IDs Our first step is to retrieve the IDs for the drawing area and drawing set in which the new drawing will be created. -We'll use these values in subsequent steps in the workflow. The [List Drawing Sets](https://developers.procore.com/reference/rest/drawings?version=latest#list-drawing-sets) and -the [List Drawing Areas](https://developers.procore.com/reference/rest/v1/drawings#list-drawing-areas) endpoints provide this information. +We'll use these values in subsequent steps in the workflow. The [List Drawing Sets](https://developers.procore.com/reference/rest/drawings?version=latest#list-drawing-sets) and the [List Drawing Areas](https://developers.procore.com/reference/rest/v1/drawings#list-drawing-areas) endpoints provide this information. ![list-drawing-areas]({{ site.baseurl }}/assets/guides/drawing-area-id.png)