In the Novu API docs, the Update provider credentials docs mention that this PATCH endpoint creates the deviceTokens or replaces the existing ones. This is not true, the PATCH endpoint creates or appends to existing tokens.
Similarly, the Upsert provider credentials docs mention that this PUT endpoint creates deviceTokens or appends to the existing ones, but this is not true either. It actually creates or replaces the existing tokens. I believe the description is switched for these two endpoints.
