Skip to content

Commit

Permalink
Merge pull request #137 from superfaceai/fix/pagerduty-url
Browse files Browse the repository at this point in the history
fix: docs url
  • Loading branch information
martyndavies authored Oct 3, 2023
2 parents 9870e78 + 41b89d0 commit e857e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-examples/pagerduty.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ superface login
PagerDuty's API is available as an [Open API Specification](https://raw.githubusercontent.com/PagerDuty/api-schema/main/reference/REST/openapiv3.json), you can use this as the documentation source.

```shell
superface prepare https://github.com/PagerDuty/api-schema/blob/main/reference/REST/openapiv3.json "pagerduty"
superface prepare https://raw.githubusercontent.com/PagerDuty/api-schema/main/reference/REST/openapiv3.json "pagerduty"
```

Once the documentation has been indexed, you will need to edit the `pagerduty.provider.json` that has been created to ensure that the correct API base URL and security policy are used. The exact provider definition you need to use is below:
Expand Down

0 comments on commit e857e6d

Please sign in to comment.