ocean
ocean copied to clipboard
[Enhancement] [Integration] [PagerDuty] Rename "Create At" property to "Created At"
Motivation
Currently the default blueprint for PagerDuty creates a property called createdAt, but it's title is set as "Create At", it would make more sense if it was called "Created At" instead.
Proposed Changes
- https://github.com/port-labs/ocean/blob/71670fee65148cfde82a19d1ba5f7fe98cbc93e9/integrations/opsgenie/.port/resources/blueprints.json#L139
- "title": "Create At",
+ "title": "Created At",
Are you willing to submit a PR?
- [X] I'm willing to submit a PR!