You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I post to the path /v1/users/post and get 201 as a result the metrics object contain:
endpoints['v1/users/|post'][201]
and when I post to the same path with the same method and I get 409 :
endpoints['v1/users/|post'][409] ==undefined
and
endpoints['/|post'][409] is valid
screenshot is attached:
The text was updated successfully, but these errors were encountered:
when I post to the path /v1/users/post and get 201 as a result the metrics object contain:
endpoints['v1/users/|post'][201]
and when I post to the same path with the same method and I get 409 :
endpoints['v1/users/|post'][409] ==undefined
and
endpoints['/|post'][409] is valid
screenshot is attached:
The text was updated successfully, but these errors were encountered: