David John Coleman II
David John Coleman II
what's will you use your data collection for? This has a real spammy vibe to it?
This is a 2 part problem. The PagerDuty REST API will error with `"Job title must be a String."` if you send a user update payload with the attribute `job_title:...
@imjaroiswebdev I took a look at this issue and the error "Name has already been taken" comes from the REST API since the service model has a unique constraint on...
I just created a minor fix for this with a PR #40, if you like the fix, I can work on creating a python or debian package.
A single page site would make the documentation easier to translate to other mediums. Do you have a need for that? I'd be curious the need of PagerDuty customers for...
We have fixed the API for this to support unsetting `job_title` via an API request that sets `job_title` to `null`: ``` { "user": { "job_title": null } } ``` However,...
@micossow , I don't think this issue applies to just errors. I'm seeing this in successes and errors. Are there plans to build support for `elasticmq` to return http responses...