Profile の作成
    • PDF

    Profile の作成

    • PDF

    Article Summary

    概要

    新しい Channelを作成します。

    リクエスト

    リクエスト URL

    POST
    https://edge.apigw.ntruss.com/api/v1/profile
    

    リクエストボディ

    項目要否タイプ制約事項説明
    nameYesString英語、ダッシュ、アンダースコア許容
    最小3文字、最大35文字
    作成する Profile名

    レスポンス

    すべてのレスポンスは、HTTP Status Codeで成功または失敗を返します。

    HTTPステータスコードコードのメッセージ説明
    200Success照会成功
    401Unauthorized認証失敗
    500Internal Server Errorサーバエラー

    リクエスト例

    https://edge.apigw.ntruss.com/api/v1/profile
    
    {
      "name": "my-sample-profile"
    }
    

    レスポンス例

    {
      "code": "0000",
      "message": "Success",
      "result": {
        "profileId": 9999
      }
    }
    

    エラーコード

    エラーコード説明
    0032許可されていないリクエスト
    0101プロファイル名重複
    0102プロファイル作成の制限
    0400リクエストデータ形式の不一致
    9999サーバエラー発生

    この記事は役に立ちましたか?

    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.