Skip to content

Commit fa61549

Browse files
committed
update
1 parent fcaa4da commit fa61549

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

articles/ai-services/openai/authoring-reference-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure OpenAI Service REST API preview reference
2+
title: Azure OpenAI Service REST API authoring preview reference
33
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.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual

articles/ai-services/openai/includes/api-versions/latest-authoring.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI latest preview dataplane authoring API documentation
2+
title: Azure OpenAI latest preview authoring API documentation
33
titleSuffix: Azure OpenAI Service
44
description: Latest preview data plane authoring documentation generated from OpenAPI 3.0 spec
55
manager: nitinme
@@ -8,7 +8,6 @@ ms.topic: include
88
ms.date: 05/08/2025
99
---
1010

11-
# API Documentation
1211

1312
## Batch - List
1413

@@ -5887,27 +5886,20 @@ The job type.
58875886

58885887
### InnerError
58895888

5890-
Inner error as defined in the Microsoft REST guidelines
5891-
5892-
(https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses).
5889+
Inner error as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses).
58935890

58945891
| Name | Type | Description | Required | Default |
58955892
|------|------|-------------|----------|---------|
5896-
| 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 | |
59005895

59015896
### InnerErrorCode
59025897

5903-
Inner error codes as defined in the Microsoft REST guidelines
5904-
5905-
(https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses).
5898+
Inner error codes as defined in the [Microsoft REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses).
59065899

59075900
| Property | Value |
59085901
|----------|-------|
5909-
| **Description** | Inner error codes as defined in the Microsoft REST guidelines
5910-
(https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses). |
5902+
| **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). |
59115903
| **Type** | string |
59125904
| **Values** | `invalidPayload` |
59135905

0 commit comments

Comments
 (0)