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/openai/authoring-reference-preview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Azure OpenAI Service REST API preview reference
2
+
title: Azure OpenAI Service REST API authoring preview reference
3
3
titleSuffix: Azure OpenAI
4
-
description: Learn how to use Azure OpenAI's latest preview REST API. In this article, you learn about authorization options, how to structure a request and receive a response.
4
+
description: Learn how to use Azure OpenAI's latest authoring preview REST API. In this article, you learn about authorization options, how to structure a request and receive a response.
Inner error as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses).
5893
5890
5894
5891
| Name | Type | Description | Required | Default |
| code | [InnerErrorCode](#innererrorcode) | Inner error codes as defined in the Microsoft REST guidelines
5897
-
(https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses). | No | |
5898
-
| innererror | [InnerError](#innererror) | Inner error as defined in the Microsoft REST guidelines
5899
-
(https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses). | No | |
5893
+
| code |[InnerErrorCode](#innererrorcode)| Inner error codes as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses). | No ||
5894
+
| innererror |[InnerError](#innererror)| Inner error as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses). | No ||
5900
5895
5901
5896
### InnerErrorCode
5902
5897
5903
-
Inner error codes as defined in the Microsoft REST guidelines
Inner error codes as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses).
5906
5899
5907
5900
| Property | Value |
5908
5901
|----------|-------|
5909
-
| **Description** | Inner error codes as defined in the Microsoft REST guidelines
|**Description**| Inner error codes as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses). |
0 commit comments