Skip to content

Commit

Permalink
update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbaumann committed Nov 15, 2023
1 parent ce7b9d5 commit 66cf4c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions openapi-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ paths:
description: No response body
/api/v3/accounts/{account_id}/projects/{project_id}/extended-attributes/:

Check warning on line 2517 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

path-keys-no-trailing-slash

Path must not end with slash.
post:
operationId: Create Projects Extended Attribute
operationId: Create Extended Attributes

Check warning on line 2519 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-operationId-valid-in-url

operationId must not characters that are invalid when used in URL.
description: Create a new Extended Attributes record.
parameters:
- in: path
Expand All @@ -2530,7 +2530,7 @@ paths:
type: integer
required: true
tags:
- Projects Extended Attributes
- Extended Attributes

Check warning on line 2533 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
requestBody:
content:
application/json:
Expand All @@ -2556,7 +2556,7 @@ paths:
description: ''
/api/v3/accounts/{account_id}/projects/{project_id}/extended-attributes/{id}/:

Check warning on line 2557 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

path-keys-no-trailing-slash

Path must not end with slash.
get:
operationId: Retrieve Projects Extended Attribute
operationId: Retrieve Extended Attributes

Check warning on line 2559 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-operationId-valid-in-url

operationId must not characters that are invalid when used in URL.
description: 'Given an account_id, project_id, and primary key: retrieve an
existing Extended Attributes record.'
parameters:
Expand Down Expand Up @@ -2596,7 +2596,7 @@ paths:
schema:
type: integer
tags:
- Projects Extended Attributes
- Extended Attributes
security:
- BearerAuthentication: []
responses:
Expand All @@ -2607,7 +2607,7 @@ paths:
$ref: '#/components/schemas/ExtendedAttributesEnveloped'
description: ''
patch:
operationId: Partial Update Projects Extended Attribute
operationId: Partial Update Extended Attributes

Check warning on line 2610 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-operationId-valid-in-url

operationId must not characters that are invalid when used in URL.
description: Update an existing Extended Attributes record.
parameters:
- in: path
Expand Down Expand Up @@ -2646,7 +2646,7 @@ paths:
schema:
type: integer
tags:
- Projects Extended Attributes
- Extended Attributes
requestBody:
content:
application/json:
Expand All @@ -2668,7 +2668,7 @@ paths:
$ref: '#/components/schemas/ExtendedAttributesEnveloped'
description: ''
delete:
operationId: Destroy Projects Extended Attribute
operationId: Destroy Extended Attributes
description: Delete an existing Extended Attributes record.
parameters:
- in: path
Expand Down Expand Up @@ -2707,7 +2707,7 @@ paths:
schema:
type: integer
tags:
- Projects Extended Attributes
- Extended Attributes

Check warning on line 2710 in openapi-v3.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
security:
- BearerAuthentication: []
responses:
Expand Down

0 comments on commit 66cf4c6

Please sign in to comment.