app.ocho.plugin.putHostingUrl

ocho-lexicons.ocho.app

Documentation

Puts the URL your app is hosted on.

main procedure

Puts the URL your app is hosted on.

Input

Encodingapplication/json
url string Required

The expo push token

Output

Encodingapplication/json
success boolean Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "description": "The expo push token"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "success"
      ],
      "properties": {
        "success": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Puts the URL your app is hosted on."
}

Lexicon Garden

@