Add support for finding a user by external ID.

This commit is contained in:
Dane Everitt 2018-02-07 21:56:11 -06:00
parent 2e693067b8
commit a9c1946319
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 91 additions and 6 deletions

View file

@ -60,4 +60,7 @@ return [
'no_viable_nodes' => 'No nodes satisfying the requirements specified for automatic deployment could be found.',
'no_viable_allocations' => 'No allocations satisfying the requirements for automatic deployment were found.',
],
'api' => [
'resource_not_found' => 'The requested resource does not exist on this server.',
],
];