You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/custom-named-entity-recognition/includes/rest-api/create-project.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,16 @@ Use the following URL to create a project. Replace the placeholder values below
28
28
|`{API-VERSION}`| The version of the API you are calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. |`2022-05-01`|
29
29
30
30
31
-
### Headers
31
+
### Request headers
32
32
33
33
Use the following header to authenticate your request.
34
34
35
-
|Key|Value|
36
-
|--|--|
37
-
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
35
+
|Key|Required|Type|Value|
36
+
|--|--|--|--|
37
+
|`Ocp-Apim-Subscription-Key`|True|string| The key to your resource. Used for authenticating your API requests.|
0 commit comments