Skip to content

Commit 90edd0e

Browse files
committed
add content-type
1 parent e9fdd12 commit 90edd0e

File tree

1 file changed

+6
-5
lines changed
  • articles/ai-services/language-service/custom-named-entity-recognition/includes/rest-api

1 file changed

+6
-5
lines changed

articles/ai-services/language-service/custom-named-entity-recognition/includes/rest-api/create-project.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ Use the following URL to create a project. Replace the placeholder values below
2828
|`{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` |
2929

3030

31-
### Headers
31+
### Request headers
3232

3333
Use the following header to authenticate your request.
3434

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.|
38+
|`Content-Type`|True|string|**application/merge-patch+json**|
3839

39-
### Body
40+
### Request body
4041

4142
Use the following JSON in your request. Replace the placeholder values below with your own values.
4243

0 commit comments

Comments
 (0)