Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

fix: applicationAccess return an object #170

Merged
merged 1 commit into from
May 27, 2019

Conversation

cbourgois
Copy link
Contributor

@cbourgois cbourgois commented May 27, 2019

fix: applicationAccess return an object

Description of the Change

8f68baf — fix: applicationAccess return an object

ref: MANAGER-2706

Example of API response

{
    "status": "ok",
    "accesses": [
        {
            "url": "https://url.ext:port/",
            "type": "wordpress",
            "password": "",
            "login": ""
        },
        {
            "url": "https://url.ext:port/",
            "type": "phpmyadmin",
            "password": "password",
            "login": "login"
        }
    ]
}

@cbourgois cbourgois force-pushed the fix/cloud-instance-application-access branch from 37d4909 to 8f68baf Compare May 27, 2019 09:53
@antleblanc antleblanc self-requested a review May 27, 2019 09:56
@antleblanc antleblanc merged commit 33f19b9 into master May 27, 2019
@antleblanc antleblanc deleted the fix/cloud-instance-application-access branch May 27, 2019 09:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants