Skip to content

Commit ce6cbf5

Browse files
committed
Updates codex API
1 parent 23fdc2d commit ce6cbf5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

ProjectPlugins/CodexPlugin/ApiChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CodexPlugin
1010
public class ApiChecker
1111
{
1212
// <INSERT-OPENAPI-YAML-HASH>
13-
private const string OpenApiYamlHash = "6E-0D-3F-26-51-3B-C0-16-1A-A4-81-86-80-CA-08-BC-CB-6C-8A-2C-49-4B-30-CB-75-D8-0F-EA-9D-57-D6-8A";
13+
private const string OpenApiYamlHash = "69-7C-8A-AC-87-6E-E2-D1-C4-C2-7B-C7-79-6F-15-03-38-5B-18-3D-40-7D-33-A6-62-7B-33-55-0A-4D-64-8B";
1414
private const string OpenApiFilePath = "/codex/openapi.yaml";
1515
private const string DisableEnvironmentVariable = "CODEXPLUGIN_DISABLE_APICHECK";
1616

ProjectPlugins/CodexPlugin/openapi.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,6 @@ components:
371371
nullable: true
372372
description: "The original mimetype of the uploaded content (optional)"
373373
example: image/png
374-
uploadedAt:
375-
type: integer
376-
format: int64
377-
nullable: true
378-
description: "The UTC upload timestamp in seconds"
379-
example: 1729244192
380374

381375
Space:
382376
type: object

0 commit comments

Comments
 (0)