File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
ProjectPlugins/CodexPlugin Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace CodexPlugin
10
10
public class ApiChecker
11
11
{
12
12
// <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 " ;
14
14
private const string OpenApiFilePath = "/codex/openapi.yaml" ;
15
15
private const string DisableEnvironmentVariable = "CODEXPLUGIN_DISABLE_APICHECK" ;
16
16
Original file line number Diff line number Diff line change @@ -371,12 +371,6 @@ components:
371
371
nullable : true
372
372
description : " The original mimetype of the uploaded content (optional)"
373
373
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
380
374
381
375
Space :
382
376
type : object
You can’t perform that action at this time.
0 commit comments