Editing player
    • PDF

    Editing player

    • PDF

    Article summary

    You have two deployment options for modifying the player in the console: develop environment and production environment. When modifying the player from the Open API, it is deployed to the production environment.
    The following describes how you can modify the player.

    Request

    PUT {API_URL}/players/{player_no}
    

    Request parameters

    Field nameRequiredTypeRestrictionsDescription
    player_noYIntegerPath ParameterPlayer number
    domainsYArrayDomain list
    domains.typeYStringweb / ios / aosSelect among the three
    domains.domainYStringURL/package ID

    Success code

    HttpStatusCodeCodeMessage
    200200ok

    Errors

    HttpStatusCodeCodeMessageDescription
    2004707Body (JSON) pricing is missing or invalid
    2004702Body (JSON) domains is missing
    2004703Some domains in Body (JSON) domains are invalid (if type is web)
    2004705Some types in Body (JSON) domains are invalid
    2004708There are duplicate domains in Body (JSON) domains
    2004709Up to 5 domains can be added to Body (JSON) domains
    2004711Only 1 Body (JSON) app per OS can be added
    2004712At least 1 Body (JSON) web domain must be added
    2004713Body (JSON) name or web domains cannot be edited
    2004799Enter an option value for Body (JSON)

    Request example

    PUT {API_URL}/player/1
    HOST: vpe.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-timestamp:1521787414578
    x-ncp-iam-access-key:6uxz1nKkcYwUjWRG5Q1V7NsW0i5jErlu2NjBXXgy
    x-ncp-apigw-signature-v2:iJFK773KH0WwQ79PasqJ+ZGixtpDQ/abS57WGQdld2M=
    x-ncp-region_code:KR
    
    Request body
    {
        "domains": [{
            "type":"web", 
            "domain":"http://domain.com"
        }, 
        {
            "type":"ios", 
            "domain":"com.test.demo"
        }, 
        {
            "type":"aos",
            "domain":"com.aos.demo"
        }]
    }
    

    Response example

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 26 Feb 2021 09:53:32 GMT
    Content-Type: application/json;charset=utf-8
    Connection: keep-alive
    Access-Control-Allow-Origin: *
    x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
    
    {
        "code": 200,
        "message": "ok"
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.