SkillHub
Referenceimports

Check an imported skill for upstream drift

GET
/imports/resync/{ownerHandle}/{slug}/{name}

Path Parameters

ownerHandle*string
Lengthlength <= 64
slug*string
Lengthlength <= 64
name*string
Match^[a-z0-9]+(?:-[a-z0-9]+)*$
Length1 <= length <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/imports/resync/string/string/string"
{  "status": "up-to-date",  "recordedUpstreamHash": "string",  "currentUpstreamHash": "string",  "source": {    "owner": "string",    "repo": "string",    "ref": "string",    "subpath": "string",    "selector": "string",    "upstreamHash": "string"  }}