Skip to content
Snippets Groups Projects

Resolve "Adapt UI to new Resoruce creation flow"

Merged Daniel Göbel requested to merge feature/100-adapt-ui-to-new-resoruce-creation-flow into main
Files
61
@@ -21,6 +21,7 @@ export class UserService {
@@ -21,6 +21,7 @@ export class UserService {
url: '/users/me',
url: '/users/me',
errors: {
errors: {
400: `Error decoding JWT Token`,
400: `Error decoding JWT Token`,
 
401: `Not Authenticated`,
403: `Not Authorized`,
403: `Not Authorized`,
404: `Entity not Found`,
404: `Entity not Found`,
},
},
@@ -53,6 +54,7 @@ export class UserService {
@@ -53,6 +54,7 @@ export class UserService {
},
},
errors: {
errors: {
400: `Error decoding JWT Token`,
400: `Error decoding JWT Token`,
 
401: `Not Authenticated`,
403: `Not Authorized`,
403: `Not Authorized`,
404: `Entity not Found`,
404: `Entity not Found`,
422: `Validation Error`,
422: `Validation Error`,
@@ -84,6 +86,7 @@ export class UserService {
@@ -84,6 +86,7 @@ export class UserService {
},
},
errors: {
errors: {
400: `Error decoding JWT Token`,
400: `Error decoding JWT Token`,
 
401: `Not Authenticated`,
403: `Not Authorized`,
403: `Not Authorized`,
404: `Entity not Found`,
404: `Entity not Found`,
422: `Validation Error`,
422: `Validation Error`,
Loading