Description
...
HTTP code | Common messages | Description | Schema |
---|---|---|---|
200 | The activated access. | Access | |
400 | The application with the specified key could not be found | String | |
Input not valid: Access ID '<…><&1>' is not in the correct format | The '<…><%1>' (in single quotes, without square brackets) refers to the value entered as the access ID in the request. | String | |
The access must be in the INVITED state for the application to be able to activate it. | String | ||
The access must be platform-managed for the application to be able to activate it. | String | ||
404 | The access with ID <…> <%1> was not found | No access with the specified ID was found. The <…> <%1> (without single quotes, without square brackets) refers to the value entered as the access ID in the request. | String |
500 | An unexpected error occurred: An unknown error has occurred | This error is returned if an ID in the access, for example the private ID, is not correct. | String |
...