Skip to content

Commit

Permalink
fix: Remove required acs_system_id param from /acs/encoders/scan_cred…
Browse files Browse the repository at this point in the history
…ential (#1372)
  • Loading branch information
seambot authored Dec 13, 2024
1 parent 200822f commit 56d0cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14651,13 +14651,8 @@ export default {
format: 'uuid',
type: 'string',
},
acs_system_id: {
description: 'ID of the acs_system the encoder belongs to.',
format: 'uuid',
type: 'string',
},
},
required: ['acs_system_id', 'acs_encoder_id'],
required: ['acs_encoder_id'],
type: 'object',
},
},
Expand Down
2 changes: 0 additions & 2 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7070,8 +7070,6 @@ export interface Routes {
queryParams: {}
jsonBody: {}
commonParams: {
/** ID of the acs_system the encoder belongs to. */
acs_system_id: string
/** ID of the acs_encoder to use for the scan. */
acs_encoder_id: string
}
Expand Down

0 comments on commit 56d0cbc

Please sign in to comment.