inetstudio/statuses

Package for statuses

Installs: 5 841

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/inetstudio/statuses

v10.0.0 2023-12-30 10:49 UTC

README

PUT app_index
PUT app_index/_mapping/statuses
{
  "properties": {
    "id": {
      "type": "integer"
  	},
    "name": {
  	  "type": "string"
    },
    "alias": {
  	  "type": "string"
    },    
	  "description": {
  	  "type": "text"
  	}
  }
}