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
raiseUnprocessableEntity,'Key with this identifier already exists.'unlessTravis::API::V3::Models::CustomKey.where(name: params['name'],owner_id: params['owner_id'],owner_type: params['owner_type']).count.zero?
raiseUnprocessableEntity,'Key with this identifier already exists in one of your organizations.'unlessTravis::API::V3::Models::CustomKey.where(name: params['name'],owner_id: org_ids,owner_type: 'Organization').count.zero?
raiseUnprocessableEntity,'Key with this identifier already exists for your user.'unlessTravis::API::V3::Models::CustomKey.where(name: params['name'],owner_id: user_ids,owner_type: 'User').count.zero?
0 commit comments