Skip to content

Commit 5309885

Browse files
authored
Merge pull request #79 from dimakis/update-docs-operation-id
docs: update docs to reflect new rule
2 parents d2d8ac7 + 1cd15ac commit 5309885

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
working-directory: ./spectral
3030
- name: Publish packages
3131
working-directory: ./spectral/dist
32-
run: npm publish --tag=dev --verbose
32+
run: npm publish --verbose
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #

spectral/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ List:
224224

225225
**Severity**: warning
226226

227-
### rhoas-external-$ref
227+
### rhoas-operaton-id
228228

229-
`$ref` values cannot be a relative path to an external file. Please use the absolute URL or convert it to an internal `$ref`.
229+
`operationId` should be present.This ID will become the method name in the SDK.
230230

231231
**Recommended**: Yes
232232

233-
**Severity**: error
233+
**Severity**: warn
234234

235235
## Development
236236

0 commit comments

Comments
 (0)